mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
22 lines
452 B
Prolog
22 lines
452 B
Prolog
|
|
include(../../interfaces/interfaces.pri)
|
|
|
|
QT += widgets
|
|
TEMPLATE = lib
|
|
CONFIG += plugin c++11 link_pkgconfig
|
|
PKGCONFIG +=
|
|
|
|
TARGET = $$qtLibraryTarget(system-tray)
|
|
DESTDIR = $$_PRO_FILE_PWD_/../
|
|
|
|
HEADERS += \
|
|
systemtrayplugin.h \
|
|
dbus/dbustraymanager.h
|
|
|
|
SOURCES += \
|
|
systemtrayplugin.cpp \
|
|
dbus/dbustraymanager.cpp
|
|
|
|
target.path = $${PREFIX}/lib/dde-dock/plugins/
|
|
INSTALLS += target
|