From a0ee6a1a878d36170908e291a3217b474fa6eb69 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 17 Jan 2012 14:01:11 +1000 Subject: Switch default builds from qtquick3d repo to qt3d repo Disable qtquick3d by default and enable qt3d by default. Make qtlocation depend on qt3d instead of qtquick3d. qtquick3d still exists for now, and can be explicitly compiled if necessary. Change-Id: If1013a9361b17421217beffd2dc1864c5e8502f3 Sanity-Review: Qt Sanity Bot Reviewed-by: David Laing Reviewed-by: Sarah Jane Smith --- qt.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt.pro b/qt.pro index bf207c6c..00cfbb8e 100644 --- a/qt.pro +++ b/qt.pro @@ -67,7 +67,7 @@ module_qtqa.depends = module_qtbase module_qtlocation.subdir = $$IN_PWD/qtlocation module_qtlocation.target = module-qtlocation -module_qtlocation.depends = module_qtbase module_qtdeclarative module_qtquick3d +module_qtlocation.depends = module_qtbase module_qtdeclarative module_qt3d module_qtsensors.subdir = $$IN_PWD/qtsensors module_qtsensors.target = module-qtsensors @@ -88,12 +88,12 @@ module_qtfeedback.depends = module_qtbase module_qtmultimedia module_qtdeclarati module_qt3d.subdir = $$IN_PWD/qt3d module_qt3d.target = module-qt3d module_qt3d.depends = module_qtbase module_qtdeclarative -# not yet enabled by default (enable it when removing qtquick3d) -module_qt3d.CONFIG = no_default_target no_default_install module_qtquick3d.subdir = $$IN_PWD/qtquick3d module_qtquick3d.target = module-qtquick3d module_qtquick3d.depends = $${module_qt3d.depends} +# disabled by default (to be removed in favor of qt3d) +module_qtquick3d.CONFIG = no_default_target no_default_install module_qtdocgallery.subdir = $$IN_PWD/qtdocgallery module_qtdocgallery.target = module-qtdocgallery -- cgit v1.2.3