summaryrefslogtreecommitdiffstats
path: root/tests/manual/qt-shell/qt-shell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qt-shell/qt-shell.pro')
-rw-r--r--tests/manual/qt-shell/qt-shell.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/qt-shell/qt-shell.pro b/tests/manual/qt-shell/qt-shell.pro
new file mode 100644
index 000000000..c7e2cd912
--- /dev/null
+++ b/tests/manual/qt-shell/qt-shell.pro
@@ -0,0 +1,13 @@
+QT += gui qml
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ qml/main.qml \
+ qml/CompositorScreen.qml \
+ qml/Chrome.qml \
+ qml/Keyboard.qml \
+ images/background.jpg \
+
+RESOURCES += qt-shell.qrc