summaryrefslogtreecommitdiffstats
path: root/tests/manual/custom-mesh-qml/custom-mesh-qml.pro
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-05-09 09:29:48 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-15 13:44:36 +0000
commitf26fd16f80d9f2fc921b3858cc3f763b10aefa2c (patch)
tree44c9d59e1989365f18b3443b73e06815de8e671a /tests/manual/custom-mesh-qml/custom-mesh-qml.pro
parente0c32ec2552c13975b191ced99176a15c51c8193 (diff)
Moved custom-mesh-qml example to manual test
Part of an examples cleanup Change-Id: Ic32242b2f9594546fe9a1eed5755e0771d214f15 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/manual/custom-mesh-qml/custom-mesh-qml.pro')
-rw-r--r--tests/manual/custom-mesh-qml/custom-mesh-qml.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/custom-mesh-qml/custom-mesh-qml.pro b/tests/manual/custom-mesh-qml/custom-mesh-qml.pro
new file mode 100644
index 000000000..3995fb2a1
--- /dev/null
+++ b/tests/manual/custom-mesh-qml/custom-mesh-qml.pro
@@ -0,0 +1,11 @@
+!include( ../manual.pri ) {
+ error( "Couldn't find the manual.pri file!" )
+}
+
+QT += 3dcore 3drender 3dinput 3dquick quick 3dquickextras
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ custom-mesh-qml.qrc