aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@nokia.com>2011-06-23 10:37:45 +0300
committerXizhi Zhu <xizhi.zhu@nokia.com>2011-06-23 10:38:59 +0300
commitf7225b87a9e9e8379c627c6771ee5b2bc6492f73 (patch)
tree0ddc0e3a26838c17ab816ffed3c5cc608221278c /qt.pro
parentf89988773851d376e432a677695c3f19e76c5943 (diff)
Add the QtSystems module.
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 47f3ed23..4337856e 100644
--- a/qt.pro
+++ b/qt.pro
@@ -73,6 +73,12 @@ module_qtsensors.subdir = $$IN_PWD/qtsensors
module_qtsensors.target = module-qtsensors
module_qtsensors.depends = module_qtbase module_qtdeclarative
+module_qtsystems.subdir = $$IN_PWD/qtsystems
+module_qtsystems.target = module-qtsystems
+module_qtsystems.depends = module_qtbase module_qtdeclarative
+# not yet enabled by default
+module_qtsystems.CONFIG = no_default_target no_default_install
+
SUBDIRS = \
module_qtbase \
module_qtsvg \
@@ -89,6 +95,7 @@ SUBDIRS = \
module_qtlocation \
module_qtactiveqt \
module_qtsensors \
+ module_qtsystems \
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \