From 228ee3f0e72f0b2d5f21a3fc76253474a688ede9 Mon Sep 17 00:00:00 2001 From: Sarah Smith Date: Thu, 14 Jul 2011 19:13:54 +1000 Subject: Add qtquick3d module. Change-Id: Ib3219c64e0100a4f79023d0a23972590fe3bd9f4 Reviewed-on: http://codereview.qt.nokia.com/1723 Reviewed-by: Qt Sanity Bot Reviewed-by: Sarah Jane Smith Reviewed-by: Rohan McGovern --- qt.pro | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qt.pro') 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 \ -- cgit v1.2.3