Skip to content

Commit

Permalink
tests: build autotests by default for qtdeclarative
Browse files Browse the repository at this point in the history
Configure Qt with `-nomake tests' if you don't want the tests.

Reviewed-by: Jason McDonald
Change-Id: I1af6a231b9cfb8ecf3e3a0c932ead6ddff7bbe90
  • Loading branch information
Rohan McGovern committed May 12, 2011
1 parent 03cfbe8 commit f7d3d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtdeclarative.pro
Expand Up @@ -18,8 +18,8 @@ module_qtdeclarative_examples.depends = module_qtdeclarative_src
module_qtdeclarative_tests.subdir = tests
module_qtdeclarative_tests.target = module-qtdeclarative-tests
module_qtdeclarative_tests.depends = module_qtdeclarative_src
module_qtdeclarative_tests.CONFIG = no_default_target no_default_install

module_qtdeclarative_tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):module_qtdeclarative_tests.CONFIG += no_default_target

SUBDIRS += module_qtdeclarative_src \
module_qtdeclarative_tools \
Expand Down

0 comments on commit f7d3d68

Please sign in to comment.