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