mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
23 lines
391 B
Prolog
23 lines
391 B
Prolog
QT += core gui widgets
|
|
|
|
TARGET = dde-dock-shutdown-plugin
|
|
TEMPLATE = lib
|
|
CONFIG += plugin c++11
|
|
|
|
SOURCES += \
|
|
shutdownplugin.cpp
|
|
|
|
HEADERS += \
|
|
shutdownplugin.h
|
|
INCLUDEPATH += ../dde-dock/src/
|
|
|
|
DISTFILES += dde-dock-shutdown-plugin.json
|
|
|
|
target.path = $${PREFIX}/lib/dde-dock/plugins/
|
|
INSTALLS += target
|
|
|
|
QMAKE_MOC_OPTIONS += -I/usr/include/
|
|
|
|
RESOURCES += \
|
|
resources.qrc
|