aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-07-14 19:13:54 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-18 08:15:15 +0200
commit228ee3f0e72f0b2d5f21a3fc76253474a688ede9 (patch)
tree1f596e1fd418bdaf883e18b3aab781bc9a6e3b31 /qt.pro
parentdfd4be11b555010a608cefdacc7a76d092868548 (diff)
Add qtquick3d module.
Change-Id: Ib3219c64e0100a4f79023d0a23972590fe3bd9f4 Reviewed-on: http://codereview.qt.nokia.com/1723 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/qt.pro b/qt.pro
index 47a2b30d..3ccaaf0d 100644
--- a/qt.pro
+++ b/qt.pro
@@ -89,6 +89,12 @@ module_qtfeedback.depends = module_qtbase module_qtdeclarative
# not yet enabled by default
module_qtfeedback.CONFIG = no_default_target no_default_install
+module_qtquick3d.subdir = $$IN_PWD/qtquick3d
+module_qtquick3d.target = module-qtquick3d
+module_qtquick3d.depends = module_qtbase module_qtdeclarative
+# not yet enabled by default
+module_qtquick3d.CONFIG = no_default_target no_default_install
+
# only qtbase is required to exist. The others may not - but it is the
# users responsibility to ensure that all needed dependencies exist, or
# it may not build.
@@ -112,6 +118,7 @@ exists(qtsensors/qtsensors.pro): SUBDIRS += module_qtsensors
exists(qtsystems/qtsystems.pro): SUBDIRS += module_qtsystems
exists(qtmultimediakit/qtmultimediakit.pro): SUBDIRS += module_qtmultimediakit
exists(qtfeedback/qtfeedback.pro): SUBDIRS += module_qtfeedback
+exists(qtquick3d/qtquick3d.pro): SUBDIRS += module_qtquick3d
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \