Title: [110436] trunk
Revision
110436
Author
[email protected]
Date
2012-03-12 09:39:38 -0700 (Mon, 12 Mar 2012)

Log Message

[Qt] Make sure we set the right library version for Qt 4

r110272 accedentally pruned the variable that ensures this.

Reviewed by Simon Hausmann.

Modified Paths

Diff

Modified: trunk/ChangeLog (110435 => 110436)


--- trunk/ChangeLog	2012-03-12 16:06:15 UTC (rev 110435)
+++ trunk/ChangeLog	2012-03-12 16:39:38 UTC (rev 110436)
@@ -1,3 +1,13 @@
+2012-03-12  Tor Arne Vestbø  <[email protected]>
+
+        [Qt] Make sure we set the right library version for Qt 4
+
+        r110272 accedentally pruned the variable that ensures this.
+
+        Reviewed by Simon Hausmann.
+
+        * Source/api.pri:
+
 2012-03-10  Ryosuke Niwa  <[email protected]>
 
         Increment the perf-o-matic app version.

Modified: trunk/Source/api.pri (110435 => 110436)


--- trunk/Source/api.pri	2012-03-12 16:06:15 UTC (rev 110435)
+++ trunk/Source/api.pri	2012-03-12 16:39:38 UTC (rev 110436)
@@ -103,6 +103,7 @@
         }
     }
 } else {
+    VERSION = $$QT_VERSION
     DESTDIR = $$WEBKIT_DESTDIR
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to