summaryrefslogtreecommitdiff
path: root/qtxmlpatterns.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 08:53:27 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 11:58:12 +1000
commit3cf7b0ca57fff25805dfb4e3c0258797c380f2e2 (patch)
treeb31e60484bfb41104c15779eb2a74742b65440ac /qtxmlpatterns.pro
parent3f26f232760cf1d9df4904ba017915bd8b5e2ef1 (diff)
downloadqtxmlpatterns-3cf7b0ca57fff25805dfb4e3c0258797c380f2e2.tar.gz
tests: build autotests by default for qtxmlpatterns
Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I73c408278763578173ce0a9b2d57ea4dfcefa49d
Diffstat (limited to 'qtxmlpatterns.pro')
-rw-r--r--qtxmlpatterns.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtxmlpatterns.pro b/qtxmlpatterns.pro
index 6fe9b06..f3bd6fe 100644
--- a/qtxmlpatterns.pro
+++ b/qtxmlpatterns.pro
@@ -14,7 +14,8 @@ module_qtxmlpatterns_examples.depends = module_qtxmlpatterns_src
module_qtxmlpatterns_tests.subdir = tests
module_qtxmlpatterns_tests.target = module-qtxmlpatterns-tests
module_qtxmlpatterns_tests.depends = module_qtxmlpatterns_src
-module_qtxmlpatterns_tests.CONFIG = no_default_target no_default_install
+module_qtxmlpatterns_tests.CONFIG = no_default_install
+!contains(QT_BUILD_PARTS,tests):module_qtxmlpatterns_tests.CONFIG += no_default_target
SUBDIRS += module_qtxmlpatterns_src \
module_qtxmlpatterns_tools \