summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/tests/apps/apps.pro
blob: 21a6cfeaf9686d1c4a99dd084ad3e9973581b0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_apps
QT = testlib
CONFIG += testcase

INCLUDEPATH += ../../apps

HEADERS += \
    ../../apps/appentry.h

SOURCES += \
    ../../apps/appentry.cpp \
    ../../apps/appparser.cpp

SOURCES += tst_appparser.cpp
RESOURCES += apps.qrc