files in the .pro file, resulting in unresolved symbols.
Reviewed by Tor Arne Vestbø.
* WebCore.pro:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@53530
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
+
+ Reviewed by Tor Arne Vestbø.
+
+ On Linux link QtWebKit with -no-undefined to catch build breakages due to missing
+ files in the .pro file, resulting in unresolved symbols.
+
+ * WebCore.pro:
+
2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
Reviewed by Tor Arne Vestbø.
unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
+linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
CONFIG(release):!CONFIG(standalone_package) {
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols