mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
26 lines
504 B
Prolog
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
|