Commit 45431ee2 authored by Rohan McGovern's avatar Rohan McGovern
Browse files

tests: build autotests by default for qttools

Configure Qt with `-nomake tests' if you don't want the tests.

Reviewed-by: Jason McDonald
Change-Id: I505b7e0d2e3b182f735a7cc06bae538dbb287e9a
parent 3f5dbc47
No related merge requests found
Showing with 2 additions and 1 deletion
...@@ -6,7 +6,8 @@ module_qttools_src.target = module-qttools-src ...@@ -6,7 +6,8 @@ module_qttools_src.target = module-qttools-src
module_qttools_tests.subdir = tests module_qttools_tests.subdir = tests
module_qttools_tests.target = module-qttools-tests module_qttools_tests.target = module-qttools-tests
module_qttools_tests.depends = module_qttools_src module_qttools_tests.depends = module_qttools_src
module_qttools_tests.CONFIG = no_default_target no_default_install module_qttools_tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):module_qttools_tests.CONFIG += no_default_target
SUBDIRS += module_qttools_src \ SUBDIRS += module_qttools_src \
module_qttools_tests \ module_qttools_tests \
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