2008-05-27 Ariya Hidayat <ariya.hidayat@trolltech.com>
Reviewed by Simon.
Fix linking error (missing gdi32 and user32 libraries).
* WebCore.pro:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34148 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index e04935e..150315e 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1007,6 +1007,11 @@
win32-*: SOURCES += platform/win/SystemTimeWin.cpp
else: SOURCES += platform/qt/SystemTimeQt.cpp
+ win32-* {
+ LIBS += gdi32.lib
+ LIBS += user32.lib
+ }
+
# Files belonging to the Qt 4.3 build
lessThan(QT_MINOR_VERSION, 4) {
HEADERS += \