summaryrefslogtreecommitdiffstats
path: root/qtphonon.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 08:48:41 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 12:33:37 +1000
commitb7f082f4184344a7a218e0c0f20aa036bbca1479 (patch)
treeb103ad0d26d3cd5141540b7ca050af8f0b712dae /qtphonon.pro
parenta0ab5eeebacc0dbe7b0fbf0c82415e8b32a785b2 (diff)
tests: build autotests by default for qtphonon
Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I4cffe33eadb69c1b525946860f9166b1a8797bea
Diffstat (limited to 'qtphonon.pro')
-rw-r--r--qtphonon.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtphonon.pro b/qtphonon.pro
index 0da9087..bdc0f98 100644
--- a/qtphonon.pro
+++ b/qtphonon.pro
@@ -2,3 +2,9 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src \
# examples \
+
+tests.subdir = tests
+tests.CONFIG = no_default_install
+!contains(QT_BUILD_PARTS,tests):tests.CONFIG += no_default_target
+
+SUBDIRS += tests