summaryrefslogtreecommitdiff
path: root/qtscript.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-03 21:41:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-11 23:52:17 +0200
commit2884c5c2fbbe6656f90aa3e1ea828ee67be18c18 (patch)
tree380665ce0d14ef1a76855b18a18eeea7c3929ec0 /qtscript.pro
parent378416af7542e34196908896c9a69573b995adb0 (diff)
downloadqtscript-2884c5c2fbbe6656f90aa3e1ea828ee67be18c18.tar.gz
use centralized handling of QT_BUILD_PARTS
Change-Id: Iab5e01b2254bbf826551c3f4c8309d303d314136 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qtscript.pro')
-rw-r--r--qtscript.pro22
1 files changed, 1 insertions, 21 deletions
diff --git a/qtscript.pro b/qtscript.pro
index fa8144b..58c33f2 100644
--- a/qtscript.pro
+++ b/qtscript.pro
@@ -1,21 +1 @@
-TEMPLATE = subdirs
-
-module_qtscript_src.subdir = src
-module_qtscript_src.target = module-qtscript-src
-
-module_qtscript_examples.subdir = examples
-module_qtscript_examples.target = module-qtscript-examples
-module_qtscript_examples.depends = module_qtscript_src
-!contains(QT_BUILD_PARTS,examples) {
- module_qtscript_examples.CONFIG += no_default_install no_default_target
-}
-
-module_qtscript_tests.subdir = tests
-module_qtscript_tests.target = module-qtscript-tests
-module_qtscript_tests.depends = module_qtscript_src
-module_qtscript_tests.CONFIG = no_default_install
-!contains(QT_BUILD_PARTS,tests):module_qtscript_tests.CONFIG += no_default_target
-
-SUBDIRS += module_qtscript_src \
- module_qtscript_examples \
- module_qtscript_tests \
+load(qt_parts)