aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-07-04 10:05:37 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-07-04 10:05:37 +1000
commit1225ee9c51dfd950f4f72f6f6f13733e6656063d (patch)
treece00e623525b6a2b6a11d0d40a9d2f7f2d8504b5 /qt.pro
parent0d814147eb1505fd77ada41ea9c6e3d1777ba2de (diff)
Added qtfeedback module.
Not yet compiled by default.
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 e569beb4..132907c3 100644
--- a/qt.pro
+++ b/qt.pro
@@ -83,6 +83,12 @@ module_qtmultimediakit.depends = module_qtbase module_qtdeclarative
# not yet enabled by default
module_qtmultimediakit.CONFIG = no_default_target no_default_install
+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
+
SUBDIRS = \
module_qtbase \
module_qtsvg \
@@ -101,6 +107,7 @@ SUBDIRS = \
module_qtsensors \
module_qtsystems \
module_qtmultimediakit \
+ module_qtfeedback \
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \