aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-03-02 12:53:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-03 00:53:12 +0100
commitd3a8758a8c4b57023900414b0f2f76103ccc29d9 (patch)
tree2a874b9a93d4e88262138217ba66b021c96f27cd /qt.pro
parentbc8806c07b28499d11677fa36710a3eee5791763 (diff)
Added new module, qtgraphicaleffects.
Not yet enabled by default. Change-Id: I96d770c504281c8e6bb452d6742ea555c1c7405c Reviewed-by: Jyri Tahtela <jyri.tahtela@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 30d7ab82..9803b338 100644
--- a/qt.pro
+++ b/qt.pro
@@ -119,6 +119,12 @@ module_qtquick1.subdir = $$IN_PWD/qtquick1
module_qtquick1.target = module-qtquick1
module_qtquick1.depends = module_qtbase module_qtscript module_qtxmlpatterns
+module_qtgraphicaleffects.subdir = $$IN_PWD/qtgraphicaleffects
+module_qtgraphicaleffects.target = module-qtgraphicaleffects
+module_qtgraphicaleffects.depends = module_qtbase module_qtdeclarative module_qtsvg module_qtxmlpatterns
+# not yet enabled by default
+module_qtgraphicaleffects.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.
@@ -156,6 +162,7 @@ exists(qtjsondb/qtjsondb.pro) {
exists(qtjsbackend/qtjsbackend.pro): SUBDIRS += module_qtjsbackend
exists(qtimageformats/qtimageformats.pro): SUBDIRS += module_qtimageformats
exists(qtquick1/qtquick1.pro): SUBDIRS += module_qtquick1
+exists(qtgraphicaleffects/qtgraphicaleffects.pro): SUBDIRS += module_qtgraphicaleffects
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \