aboutsummaryrefslogtreecommitdiffstats
path: root/qtgraphicaleffects.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-03 21:37:43 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 21:20:34 +0200
commitda0119641e55a0a72c4b3e7d76296a517ea51706 (patch)
treeadfeb17dbc656903ac15da434af78b23b312ac4f /qtgraphicaleffects.pro
parent41572eb61d42671659457168bc1e23e224a76536 (diff)
use centralized handling of QT_BUILD_PARTS
Change-Id: I6c0ba15d08979f06e32b6d5f15625a0decceed5f Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qtgraphicaleffects.pro')
-rw-r--r--qtgraphicaleffects.pro14
1 files changed, 1 insertions, 13 deletions
diff --git a/qtgraphicaleffects.pro b/qtgraphicaleffects.pro
index 3239334..d60c8c7 100644
--- a/qtgraphicaleffects.pro
+++ b/qtgraphicaleffects.pro
@@ -1,15 +1,3 @@
-TEMPLATE = subdirs
-
-module_qtgraphicaleffects_src.subdir = src
-module_qtgraphicaleffects_src.target = module-qtgraphicaleffects-src
-
-module_qtgraphicaleffects_tests.subdir = tests
-module_qtgraphicaleffects_tests.target = module-qtgraphicaleffects-tests
-module_qtgraphicaleffects_tests.depends = module_qtgraphicaleffects_src
-module_qtgraphicaleffects_tests.CONFIG = no_default_install
-!contains(QT_BUILD_PARTS,tests):module_qtgraphicaleffects_tests.CONFIG += no_default_target
-
-SUBDIRS += module_qtgraphicaleffects_src \
- module_qtgraphicaleffects_tests
+load(qt_parts)
include(doc/doc.pri)