aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/taskbar/taskbar.pro
blob: 98d5a95ad6a360de10f09ebd2dc3744482a7b627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/taskbar

QT += winextras

HEADERS += taskbarfactory.h \
           taskbarhelper.h

SOURCES += taskbarfactory.cpp \
           taskbarhelper.cpp 

#RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

target.path = $$PLUGIN_DIR/General
INSTALLS += target