Restore building of examples, tests.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Thu, 21 Jun 2012 01:01:27 +0000 (11:01 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 22 Jun 2012 03:21:52 +0000 (05:21 +0200)
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>
qtbase.pro

index ffb8d6a..dbcebfa 100644 (file)
@@ -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)