diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2012-06-21 11:01:27 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-22 05:21:52 +0200 |
commit | f3d59d3c9cb466a3e87222562770e4f27157ddd4 (patch) | |
tree | aa9aba69169c917e1a95bcc422c318f0d9ad9b0e /qtbase.pro | |
parent | c5f16efa34157cef1af3559f6bbd048ed609f8ad (diff) | |
download | qtbase-f3d59d3c9cb466a3e87222562770e4f27157ddd4.tar.gz |
Restore building of examples, tests.
Without this, a simple "configure && make" will not build the examples
or tests, even if the "-make tests -make examples" options were used.
This is a partial revert of 709cc8800e7d8600e181cf6b9f8b1033faefe596.
Change-Id: If363cd24d30ba4c102a35ed2617999ae4e9ed9b0
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r-- | qtbase.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtbase.pro b/qtbase.pro index ffb8d6a80c..dbcebfaf48 100644 --- a/qtbase.pro +++ b/qtbase.pro @@ -25,11 +25,11 @@ contains(PROJECTS, libs) { } contains(PROJECTS, examples) { PROJECTS -= examples - !fast:SUBDIRS += examples + SUBDIRS += examples } contains(PROJECTS, tests) { PROJECTS -= tests - !fast:SUBDIRS += module_qtbase_tests + SUBDIRS += module_qtbase_tests } !isEmpty(PROJECTS) { message(Unknown PROJECTS: $$PROJECTS) |