aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-01-31 10:19:39 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-31 06:15:57 +0100
commit136762ee098f9eefb4736de4745313d06f07fafc (patch)
treee95ca7cafbf0beea3725343f2fc95f1f4088081b /qt.pro
parent93458fe8562b54bdb3fb1b00e75158c60221df76 (diff)
Add qtimageformats module to Qt5.
Change-Id: Ie168a1a450b8090d4aa934a21e991c67683ef5de Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt.pro b/qt.pro
index 86be51ad..e59b30ce 100644
--- a/qt.pro
+++ b/qt.pro
@@ -111,6 +111,10 @@ module_qtjsondb.subdir = $$IN_PWD/qtjsondb
module_qtjsondb.target = module-qtjsondb
module_qtjsondb.depends = module_qtbase module_qtdeclarative module_qtxmlpatterns
+module_qtimageformats.subdir = $$IN_PWD/qtimageformats
+module_qtimageformats.target = module-qtimageformats
+module_qtimageformats.depends = module_qtbase
+
# 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.
@@ -146,6 +150,7 @@ exists(qtjsondb/qtjsondb.pro) {
module_qtsystems.depends += module_qtjsondb
}
exists(qtjsbackend/qtjsbackend.pro): SUBDIRS += module_qtjsbackend
+exists(qtimageformats/qtimageformats.pro): SUBDIRS += module_qtimageformats
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \