summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-24 14:35:56 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:37:50 +0200
commit709cc8800e7d8600e181cf6b9f8b1033faefe596 (patch)
tree5dbec26d797484ae8c1e3d62a11289782f9b22d9 /qtbase.pro
parent7d8578418d685b6e88767d3e9d2d2a590a44804a (diff)
make makefile generation under unix sane
we now simply call qmake -r, which is also what we do under windows. -fast mode is retained for examples and tests, though with moderately modified semantics (i couldn't be bothered to decipher what the old ones were supposed to be). Change-Id: Id2c2d2bed9c8d52ac42f31b388bffc34f4649650 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtbase.pro b/qtbase.pro
index e8a26b7e9f..90d63a1bdb 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -25,11 +25,11 @@ contains(PROJECTS, libs) {
}
contains(PROJECTS, examples) {
PROJECTS -= examples
- SUBDIRS += examples
+ !fast:SUBDIRS += examples
}
contains(PROJECTS, tests) {
PROJECTS -= tests
- SUBDIRS += module_qtbase_tests
+ !fast:SUBDIRS += module_qtbase_tests
}
!isEmpty(PROJECTS) {
message(Unknown PROJECTS: $$PROJECTS)