summaryrefslogtreecommitdiffstats
path: root/tutorials
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-07-06 10:47:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-06 14:08:57 +0200
commit04c25ce79cf781d91b9e78b3420ba54e1701aae0 (patch)
tree1266b33d7dccbe0980924dedad04123f04bd0966 /tutorials
parentd8cb387c3d11ea33e237d2815e39bdaccc29bb1a (diff)
Make it possible to compile Qt3D without QML/Quick.
The C++ implementation of Qt3D could not be compiled without also having installed QtQML and QtQuick. This change allows the compilation of the non-QML part of Qt3D separately. Change-Id: I791a03a0f0e1118f3ec20b77be327786148b8923 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/tutorials.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorials/tutorials.pro b/tutorials/tutorials.pro
index fcf1286ff..97db6318f 100644
--- a/tutorials/tutorials.pro
+++ b/tutorials/tutorials.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
-SUBDIRS += qt3d quick3d
+SUBDIRS += qt3d
+!isEmpty(QT.qml.name): SUBDIRS += quick3d
# These tutorial directories contain code that is of instructive value only,
# and therefore it is not packaged for installation along with demos and