Title: [131451] trunk
Revision
131451
Author
[email protected]
Date
2012-10-16 07:12:59 -0700 (Tue, 16 Oct 2012)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/.qmake.conf (131450 => 131451)


--- trunk/.qmake.conf	2012-10-16 14:09:36 UTC (rev 131450)
+++ trunk/.qmake.conf	2012-10-16 14:12:59 UTC (rev 131451)
@@ -1 +1,2 @@
 QMAKEPATH += $$PWD/Tools/qmake $$shadowed($$PWD/Tools/qmake)
+load(qt_build_config)

Modified: trunk/ChangeLog (131450 => 131451)


--- trunk/ChangeLog	2012-10-16 14:09:36 UTC (rev 131450)
+++ trunk/ChangeLog	2012-10-16 14:12:59 UTC (rev 131451)
@@ -1,3 +1,15 @@
+2012-10-16  Simon Hausmann  <[email protected]>
+
+        [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  <[email protected]>, Tor Arne Vestbø <[email protected]>
 
         [Qt] Add logic for triggering clean builds on changes to build system files
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to