Make sure we only run syncqt for the non-buildpass cases
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Sat, 16 Jul 2011 12:13:16 +0000 (07:13 -0500)
committerQt by Nokia <qt-info@nokia.com>
Thu, 21 Jul 2011 18:40:51 +0000 (20:40 +0200)
In debug_and_release builds, we have three passes, the glue
pass, and a pass for each build type. We only need to run
syncqt when we are in a glue pass, which is when
'build_pass' is not set. In non-debug_and_release builds,
build_pass is never set, so this condition works for all
build types, with multiple configurations or not.

Change-Id: I191da0df3ad422bb5fb8994391c2b2d2e23efc32
Reviewed-on: http://codereview.qt.nokia.com/1717
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
mkspecs/features/default_pre.prf

index ebb94e2..064d24b 100644 (file)
@@ -2,7 +2,7 @@ load(exclusive_builds)
 ### Qt 5: remove "uic" and "resources" - or add "qt"
 CONFIG = lex yacc warn_on debug uic resources $$CONFIG
 
-exists($$_PRO_FILE_PWD_/sync.profile) {
+!build_pass:exists($$_PRO_FILE_PWD_/sync.profile) {
     PRO_BASENAME = $$basename(_PRO_FILE_)
 
     # Try to detect proper QTDIR path. We require QTDIR, as syncqt uses that to create qt_module.pri