aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-16 15:03:21 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-16 08:02:11 +0200
commitcebe2c3005b9ca71cd0950bd8b96a634e879832b (patch)
treed0612eccda5e00629245b84f4fc2e6460ca00040 /qt.pro
parentf9b4829ad190f4cdf343f38b6a8f420a71cc3d34 (diff)
Enabled qtfeedback, qtquick3d, qtdocgallery by default
These modules are working and maintained, so they should be enabled by default. Otherwise problems may go undetected for longer than necessary. Change-Id: Id1c79e4c323a31533bf8a0c593431974048a3106 Reviewed-on: http://codereview.qt.nokia.com/2986 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/qt.pro b/qt.pro
index 806bc604..1f4ae499 100644
--- a/qt.pro
+++ b/qt.pro
@@ -86,20 +86,14 @@ module_qtmultimediakit.depends = module_qtbase module_qtdeclarative
module_qtfeedback.subdir = $$IN_PWD/qtfeedback
module_qtfeedback.target = module-qtfeedback
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
module_qtdocgallery.subdir = $$IN_PWD/qtdocgallery
module_qtdocgallery.target = module-qtdocgallery
module_qtdocgallery.depends = module_qtbase module_qtscript module_qtdeclarative
-# not yet enabled by default
-module_qtdocgallery.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