summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/tests/applist/applist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/democompositor/tests/applist/applist.pro')
-rw-r--r--wayland/democompositor/tests/applist/applist.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/wayland/democompositor/tests/applist/applist.pro b/wayland/democompositor/tests/applist/applist.pro
new file mode 100644
index 0000000..e253b66
--- /dev/null
+++ b/wayland/democompositor/tests/applist/applist.pro
@@ -0,0 +1,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