dde-dock/plugins/datetime/datetime.pro
石博文 352a7cc426 modify datetime plugin
Change-Id: Id37812646bcaf307d98e80ac75567fe013ee886a
2016-08-02 09:28:06 +08:00

26 lines
504 B
Prolog

include(../../interfaces/interfaces.pri)
QT += widgets svg
TEMPLATE = lib
CONFIG += plugin c++11 link_pkgconfig
PKGCONFIG +=
TARGET = $$qtLibraryTarget(datetime)
DESTDIR = $$_PRO_FILE_PWD_/../
DISTFILES += datetime.json
HEADERS += \
datetimeplugin.h \
datetimewidget.h
SOURCES += \
datetimeplugin.cpp \
datetimewidget.cpp
target.path = $${PREFIX}/lib/dde-dock/plugins/
INSTALLS += target
RESOURCES += \
resources.qrc