From fe98deb30cddc17893a31736df48bf4dc095a98d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Jul 2012 21:40:10 +0200 Subject: use centralized handling of QT_BUILD_PARTS Change-Id: I34bd2d55f06d961db1b251ece544bf90d26ce7c9 Reviewed-by: Rohan McGovern --- qtphonon.pro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/qtphonon.pro b/qtphonon.pro index bdc0f98..ba681f5 100644 --- a/qtphonon.pro +++ b/qtphonon.pro @@ -1,10 +1,3 @@ -TEMPLATE = subdirs -CONFIG += ordered -SUBDIRS += src \ -# examples \ +load(qt_parts) -tests.subdir = tests -tests.CONFIG = no_default_install -!contains(QT_BUILD_PARTS,tests):tests.CONFIG += no_default_target - -SUBDIRS += tests +SUBDIRS -= sub_examples -- cgit v1.2.3