Title: [100853] trunk
- Revision
- 100853
- Author
- [email protected]
- Date
- 2011-11-19 03:28:03 -0800 (Sat, 19 Nov 2011)
Log Message
[Qt] Add the map file symbols export as a dependency of the final qmake target.
https://bugs.webkit.org/show_bug.cgi?id=72740
Patch by Alexis Menard <[email protected]> on 2011-11-19
Reviewed by Simon Hausmann.
Add the symbols file part of the target dependencies.
* Source/api.pri:
Modified Paths
Diff
Modified: trunk/ChangeLog (100852 => 100853)
--- trunk/ChangeLog 2011-11-19 08:45:01 UTC (rev 100852)
+++ trunk/ChangeLog 2011-11-19 11:28:03 UTC (rev 100853)
@@ -1,3 +1,14 @@
+2011-11-19 Alexis Menard <[email protected]>
+
+ [Qt] Add the map file symbols export as a dependency of the final qmake target.
+ https://bugs.webkit.org/show_bug.cgi?id=72740
+
+ Reviewed by Simon Hausmann.
+
+ Add the symbols file part of the target dependencies.
+
+ * Source/api.pri:
+
2011-11-18 Daniel Bates <[email protected]>
Add CMake build infrastructure for the BlackBerry port
Modified: trunk/Source/api.pri (100852 => 100853)
--- trunk/Source/api.pri 2011-11-19 08:45:01 UTC (rev 100852)
+++ trunk/Source/api.pri 2011-11-19 11:28:03 UTC (rev 100853)
@@ -219,4 +219,7 @@
PKGCONFIG += x11
}
-linux-g++*: QMAKE_LFLAGS += -Wl,--version-script=$$PWD/qtwebkit-export.map
+linux-g++*: {
+ PRE_TARGETDEPS += $$PWD/qtwebkit-export.map
+ QMAKE_LFLAGS += -Wl,--version-script=$$PWD/qtwebkit-export.map
+}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes