From 2884c5c2fbbe6656f90aa3e1ea828ee67be18c18 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Jul 2012 21:41:18 +0200 Subject: use centralized handling of QT_BUILD_PARTS Change-Id: Iab5e01b2254bbf826551c3f4c8309d303d314136 Reviewed-by: Rohan McGovern --- qtscript.pro | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'qtscript.pro') 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) -- cgit v1.2.3