From 3ef761c179927bfc82562114ee0c654608737d2b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Jul 2012 21:42:00 +0200 Subject: use centralized handling of QT_BUILD_PARTS Change-Id: I01b834ce37b2b5053c2e468ef1e088cead5702cf Reviewed-by: Rohan McGovern --- qtsvg.pro | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'qtsvg.pro') diff --git a/qtsvg.pro b/qtsvg.pro index 26250c2..58c33f2 100644 --- a/qtsvg.pro +++ b/qtsvg.pro @@ -1,22 +1 @@ -TEMPLATE = subdirs - -module_qtsvg_src.subdir = src -module_qtsvg_src.target = module-qtsvg-src - -module_qtsvg_examples.subdir = examples -module_qtsvg_examples.target = module-qtsvg-examples -module_qtsvg_examples.depends = module_qtsvg_src -!contains(QT_BUILD_PARTS,examples) { - module_qtsvg_examples.CONFIG += no_default_install no_default_target -} - -module_qtsvg_tests.subdir = tests -module_qtsvg_tests.target = module-qtsvg-tests -module_qtsvg_tests.depends = module_qtsvg_src -module_qtsvg_tests.CONFIG = no_default_install -!contains(QT_BUILD_PARTS,tests):module_qtsvg_tests.CONFIG += no_default_target - -SUBDIRS += module_qtsvg_src \ - module_qtsvg_examples \ - module_qtsvg_tests \ - +load(qt_parts) -- cgit v1.2.1