From 136762ee098f9eefb4736de4745313d06f07fafc Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Tue, 31 Jan 2012 10:19:39 +1000 Subject: Add qtimageformats module to Qt5. Change-Id: Ie168a1a450b8090d4aa934a21e991c67683ef5de Sanity-Review: Qt Sanity Bot Reviewed-by: Rohan McGovern --- qt.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qt.pro') 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 \ -- cgit v1.2.3