From da0119641e55a0a72c4b3e7d76296a517ea51706 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Jul 2012 21:37:43 +0200 Subject: use centralized handling of QT_BUILD_PARTS Change-Id: I6c0ba15d08979f06e32b6d5f15625a0decceed5f Reviewed-by: Rohan McGovern --- qtgraphicaleffects.pro | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'qtgraphicaleffects.pro') 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) -- cgit v1.2.3