summaryrefslogtreecommitdiff
path: root/decorators/duidecorator/duidecorator.pro
blob: d179ed486b2131556998cac99c14d02317a8db5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include(../../duiconfig.pri)
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += . ../libdecorator
CONFIG += dui release
QT += opengl

LIBS += ../libdecorator/libdecorator.so

SOURCES += main.cpp duidecoratorwindow.cpp
HEADERS += duidecoratorwindow.h

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