Source/JavaScriptCore:
* JavaScriptCore.pri:
Source/WTF:
* WTF.pri:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@105995
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-01-26 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][Win] One more speculative buildfix after r105970.
+
+ * JavaScriptCore.pri:
+
2012-01-26 Csaba Osztrogonác <ossy@webkit.org>
[Qt][Win] Speculative buildfix after r105970.
win32-* {
DEFINES += _HAS_TR1=0
LIBS += -lwinmm
- LIBS += -lgdi32
win32-g++* {
LIBS += -lpthreadGC2
+2012-01-26 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][Win] One more speculative buildfix after r105970.
+
+ * WTF.pri:
+
2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
Not reviewed. Try to fix Qt/Win build by building OwnPtrWin.cpp into the WTF library.
}
}
-win32-*: LIBS += -lwinmm
+win32-* {
+ LIBS += -lwinmm
+ LIBS += -lgdi32
+}