mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
22 lines
451 B
Prolog
Executable File
22 lines
451 B
Prolog
Executable File
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2015-06-29T20:08:12
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui
|
|
|
|
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 \
|
|
docktrayitem.cpp
|
|
|
|
HEADERS += systrayplugin.h \
|
|
docktrayitem.h
|