summaryrefslogtreecommitdiffstats
path: root/tests/manual/workshop/workshop.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/workshop/workshop.pro')
-rw-r--r--tests/manual/workshop/workshop.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual/workshop/workshop.pro b/tests/manual/workshop/workshop.pro
new file mode 100644
index 000000000..c3abc14ce
--- /dev/null
+++ b/tests/manual/workshop/workshop.pro
@@ -0,0 +1,18 @@
+QT += qml quick
+TARGET = workshop
+!no_desktop: QT += widgets
+
+include(src/src.pri)
+
+INCLUDEPATH += ../../shared
+
+OTHER_FILES += \
+ main.qml \
+ content/AboutDialog.qml \
+ content/Controls.qml \
+ content/ImageViewer.qml \
+ content/ModelView.qml \
+ content/Styles.qml
+
+RESOURCES += \
+ workshop.qrc