summaryrefslogtreecommitdiffstats
path: root/tests/manual/downloading/downloading.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/downloading/downloading.pro')
-rw-r--r--tests/manual/downloading/downloading.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/downloading/downloading.pro b/tests/manual/downloading/downloading.pro
new file mode 100644
index 000000000..6f1b6e3d5
--- /dev/null
+++ b/tests/manual/downloading/downloading.pro
@@ -0,0 +1,14 @@
+!include( ../manual.pri ) {
+ error( "Couldn't find the manual.pri file!" )
+}
+
+QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ main.qml
+
+RESOURCES += \
+ downloading.qrc