summaryrefslogtreecommitdiff
path: root/decorators/libdecorator/libdecorator.pro
blob: ece6af06dc4827f4fbc969ce37101957d03b3cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include(../../duiconfig.pri)
TEMPLATE = lib
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += dll release
QT += opengl network
TARGET = decorator
VERSION = 0.3.7

HEADERS += duiabstractdecorator.h \
           duirmiclient_p.h \
           duirmiclient.h \
           duirmiserver_p.h \
           duirmiserver.h
SOURCES += duiabstractdecorator.cpp \
           duirmiclient.cpp \
           duirmiserver.cpp

target.path=/usr/lib
INSTALLS += target
QMAKE_EXTRA_TARGETS += check
check.depends = $$TARGET
check.commands = $$system(true)