mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
29 lines
604 B
Prolog
29 lines
604 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2015-06-29T20:08:12
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui dbus
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
INCLUDEPATH += ../dde-dock/src/
|
|
CONFIG += plugin c++11
|
|
|
|
TARGET = $$qtLibraryTarget(dock-systray-plugin)
|
|
TEMPLATE = lib
|
|
|
|
SOURCES += systrayplugin.cpp \
|
|
dbustraymanager.cpp \
|
|
compositetrayitem.cpp
|
|
|
|
HEADERS += systrayplugin.h \
|
|
dbustraymanager.h \
|
|
compositetrayitem.h
|
|
|
|
RESOURCES += images.qrc
|
|
|
|
target.path = /usr/share/dde-dock/plugins/
|
|
INSTALLS += target
|