Commit 3cf7b0ca authored by Rohan McGovern's avatar Rohan McGovern
Browse files

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
parent 3f26f232
No related merge requests found
Showing with 2 additions and 1 deletion
...@@ -14,7 +14,8 @@ module_qtxmlpatterns_examples.depends = module_qtxmlpatterns_src ...@@ -14,7 +14,8 @@ module_qtxmlpatterns_examples.depends = module_qtxmlpatterns_src
module_qtxmlpatterns_tests.subdir = tests module_qtxmlpatterns_tests.subdir = tests
module_qtxmlpatterns_tests.target = module-qtxmlpatterns-tests module_qtxmlpatterns_tests.target = module-qtxmlpatterns-tests
module_qtxmlpatterns_tests.depends = module_qtxmlpatterns_src 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 \ SUBDIRS += module_qtxmlpatterns_src \
module_qtxmlpatterns_tools \ module_qtxmlpatterns_tools \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment