aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-10 09:37:37 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-10 05:47:15 +0200
commit59e8e7914f4de5c450096bda74f0c3e59f8b4a4d (patch)
tree9c21fdcf0660801407c3b238dfb9a568ca299689 /qt.pro
parentf74d833e0018657c9b1c722aa79e7a41c06d2548 (diff)
Added new module `qtdocgallery'
Change-Id: I9086b41be63b95144dbbd5e5511099baf4068253 Reviewed-on: http://codereview.qt.nokia.com/2793 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.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/qt.pro b/qt.pro
index 0d2a1a0e..5a5d36cf 100644
--- a/qt.pro
+++ b/qt.pro
@@ -95,6 +95,12 @@ 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_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
# it may not build.
@@ -119,6 +125,7 @@ exists(qtsystems/qtsystems.pro): SUBDIRS += module_qtsystems
exists(qtmultimediakit/qtmultimediakit.pro): SUBDIRS += module_qtmultimediakit
exists(qtfeedback/qtfeedback.pro): SUBDIRS += module_qtfeedback
exists(qtquick3d/qtquick3d.pro): SUBDIRS += module_qtquick3d
+exists(qtdocgallery/qtdocgallery.pro): SUBDIRS += module_qtdocgallery
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \