aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-05-20 16:16:33 +1000
committerAlex <qt-info@nokia.com>2011-05-20 16:16:33 +1000
commitdd45bb27355aff642ba1402512860f136c5cd5b6 (patch)
tree7310228d80c562109bf42c89dec88ad925060e4a /qt.pro
parent25d7376943f792878307af0a560a5e7fe3b7a8e6 (diff)
Add new QtSensors 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 12709517..6b1dfc64 100644
--- a/qt.pro
+++ b/qt.pro
@@ -71,6 +71,12 @@ module_qtlocation.depends = module_qtbase module_qtdeclarative
# not yet enabled by default
module_qtlocation.CONFIG = no_default_target no_default_install
+module_qtsensors.subdir = $$IN_PWD/qtsensors
+module_qtsensors.target = module-qtsensors
+module_qtsensors.depends = module_qtbase module_qtdeclarative
+# not yet enabled by default
+module_qtsensors.CONFIG = no_default_target no_default_install
+
SUBDIRS = \
module_qtbase \
module_qtsvg \
@@ -86,6 +92,7 @@ SUBDIRS = \
module_qtqa \
module_qtlocation \
module_qtactiveqt \
+ module_qtsensors \
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \