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

INCLUDEPATH += ../../apps

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

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

SOURCES += tst_applistmodel.cpp
RESOURCES += applist.qrc