Reviewed by Tor Arne Vestbø.
The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
with -silent.
* .qmake.conf:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@131451
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
QMAKEPATH += $$PWD/Tools/qmake $$shadowed($$PWD/Tools/qmake)
+load(qt_build_config)
+2012-10-16 Simon Hausmann <simon.hausmann@digia.com>
+
+ [Qt] Fix support for silent builds
+
+ Reviewed by Tor Arne Vestbø.
+
+ The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
+ ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
+ with -silent.
+
+ * .qmake.conf:
+
2012-10-16 Simon Hausmann <simon.hausmann@digia.com>, Tor Arne Vestbø <tor.arne.vestbo@digia.com>
[Qt] Add logic for triggering clean builds on changes to build system files