Reviewed by Mark Rowe.
Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher.
* WebCore.pro:
2007-05-11 Holger Freyther <freyther@kde.org>
Reviewed by Mark Rowe.
Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
and add ICU configuration to QMAKE_CXXFLAGS.
* WebKit.pri:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21394
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-05-11 Holger Freyther <freyther@kde.org>
+
+ Reviewed by Mark Rowe.
+
+ Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
+ and add ICU configuration to QMAKE_CXXFLAGS.
+
+ * WebKit.pri:
+
2007-05-06 Erik Bunce <kde@bunce.us>
Reviewed by Mark Rowe.
+2007-05-11 Holger Freyther <freyther@kde.org>
+
+ Reviewed by Mark Rowe.
+
+ Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher.
+
+ * WebCore.pro:
+
2007-05-10 David Hyatt <hyatt@apple.com>
<rdar://problem/5015522> Bounds rectangle of unloaded images is
qt-port:DEFINES += ENABLE_SVG=1
DEFINES += WTF_CHANGES=1
-gdk-port:PKGCONFIG += libcurl
-gdk-port:LIBS += $$system(icu-config --ldflags)
include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
qt-port:DEFINES += BUILDING_QT__=1
qt-port:LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt
gdk-port:CONFIG += link_pkgconfig
-gdk-port:PKGCONFIG += cairo gdk-2.0 gtk+-2.0
+gdk-port:PKGCONFIG += cairo gdk-2.0 gtk+-2.0 libcurl
gdk-port:DEFINES += BUILDING_GDK__=1 BUILDING_CAIRO__
-gdk-port:LIBS += -L$$OUTPUT_DIR/lib -lWebKitGdk
+gdk-port:LIBS += -L$$OUTPUT_DIR/lib -lWebKitGdk $$system(icu-config --ldflags)
+gdk-port:QMAKE_CXXFLAGS += $$system(icu-config --cppflags)
DEFINES += USE_SYSTEM_MALLOC
CONFIG(release) {