summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene3d/scene3d.pro
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@theqtcompany.com>2015-05-22 12:53:08 +0300
committerMika Salmela <mika.salmela@theqtcompany.com>2015-05-24 10:21:09 +0000
commitf4eb704e0f9d293685dde932b4a3298f33bae22c (patch)
tree41bdef70f6020d8a3945969df67a9be76e6aef5b /examples/qt3d/scene3d/scene3d.pro
parentf4ce921b557f1dac0150677ab31654bc66018806 (diff)
Target path definition for examples
Added examples.pri to examples folder to help deployment to devices. Change-Id: Ib7b6514d5b5a31dee9a3b7f6f79277550fb77502 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/scene3d/scene3d.pro')
-rw-r--r--examples/qt3d/scene3d/scene3d.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/qt3d/scene3d/scene3d.pro b/examples/qt3d/scene3d/scene3d.pro
index 9df4a2bcf..1295d7cce 100644
--- a/examples/qt3d/scene3d/scene3d.pro
+++ b/examples/qt3d/scene3d/scene3d.pro
@@ -1,4 +1,7 @@
-TEMPLATE = app
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
QT += qml quick 3dinput
SOURCES += \