Title: [128439] trunk
Revision
128439
Author
[email protected]
Date
2012-09-13 03:37:28 -0700 (Thu, 13 Sep 2012)

Log Message

[Qt] Fllow rename of qt_module_config.prf to qt_module.prf

Patch by Oswald Buddenhagen <[email protected]> on 2012-09-13
Reviewed by Tor Arne Vestbø.

* Source/api.pri:

Modified Paths

Diff

Modified: trunk/ChangeLog (128438 => 128439)


--- trunk/ChangeLog	2012-09-13 10:33:36 UTC (rev 128438)
+++ trunk/ChangeLog	2012-09-13 10:37:28 UTC (rev 128439)
@@ -1,3 +1,11 @@
+2012-09-13  Oswald Buddenhagen  <[email protected]>
+
+        [Qt] Fllow rename of qt_module_config.prf to qt_module.prf
+
+        Reviewed by Tor Arne Vestbø.
+
+        * Source/api.pri:
+
 2012-09-13  Simon Hausmann  <[email protected]>
 
         [Qt] syncqt isn't re-run when WebKit1.pro changes and we're building with --no-webkit2

Modified: trunk/Source/api.pri (128438 => 128439)


--- trunk/Source/api.pri	2012-09-13 10:33:36 UTC (rev 128438)
+++ trunk/Source/api.pri	2012-09-13 10:37:28 UTC (rev 128439)
@@ -27,7 +27,7 @@
 
 BASE_TARGET = $$TARGET
 
-load(qt_module_config)
+load(qt_module)
 
 # Make sure the module config doesn't override our preferred build config.
 debug_and_release:if(!debug|!release) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to