1 2007-07-26 Simon Hausmann <hausmann@kde.org>
5 Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example.
9 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
13 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
18 2007-07-18 Simon Hausmann <hausmann@kde.org>
22 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
26 2007-07-18 Timothy Hatcher <timothy@apple.com>
28 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
29 still use this one Makefile.shared as an include.
33 2007-07-12 George Staikos <staikos@kde.org>
35 Fix build in debug mode.
39 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
43 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
44 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
46 * WebKit.pri: Adjust INCLUDEPATH
48 2007-06-25 Adam Roben <aroben@apple.com>
50 Really remove LayoutTestResults.
52 * LayoutTestResults: Removed.
54 2007-06-25 Adam Roben <aroben@apple.com>
56 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
57 http://bugs.webkit.org/show_bug.cgi?id=14405
61 * LayoutTestResults: Removed.
63 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
67 http://bugs.webkit.org/show_bug.cgi?id=13975
68 Use system-provided libjpeg and libpng
70 * WebKit.pri: Link against external libjpeg and libpng.
72 2007-06-20 Adam Roben <aroben@apple.com>
74 Reviewed by Simon Hausmann.
76 More Gdk build fixing.
80 2007-06-15 Adam Treat <adam@staikos.net>
82 Reviewed by George Staikos.
84 Add ICO support to the Qt build.
88 2007-06-13 George Staikos <staikos@kde.org>
92 Compile without self-linking.
96 2007-06-13 Simon Hausmann <hausmann@kde.org>
100 * WebKit.pri: WebKitQt is now called QtWebKit.
102 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
104 Reviewed by Eric Seidel.
106 http://bugs.webkit.org/show_bug.cgi?id=13941
107 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
111 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
113 Reviewed by Mark Rowe.
115 * WebKit.pro: Build testkjs for Gdk and Qt
117 2007-05-11 Holger Freyther <freyther@kde.org>
119 Reviewed by Mark Rowe.
121 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
122 and add ICU configuration to QMAKE_CXXFLAGS.
126 2007-05-06 Erik Bunce <kde@bunce.us>
128 Reviewed by Mark Rowe.
131 Removed unnecessary dependency on MacPorts (/opt/local)
133 2007-05-03 Holger Freyther <freyther@kde.org>
135 Reviewed by Zack, landed by Simon.
136 This is bugzilla bug 13499.
138 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
140 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
143 2007-04-27 Holger Freyther <freyther@kde.org>
147 Remove unmaintained CMake build system.
149 * CMakeLists.txt: Removed.
151 2007-01-30 Simon Hausmann <hausmann@kde.org>
155 * WebKit.pri: libJavaScriptCore is gone with the Qt build
158 2007-01-26 George Staikos <staikos@kde.org>
160 Remove headers - not needed now.
164 2007-01-23 George Staikos <staikos@kde.org>
166 Put everything back since we can't build everything without it yet.
170 2007-01-16 Lars Knoll <lars@trolltech.com>
174 Remove everything but the new public API from
179 2007-01-11 George Staikos <staikos@kde.org>
185 2007-01-03 Lars Knoll <lars@trolltech.com>
191 2006-12-17 Simon Hausmann <hausmann@kde.org>
193 Reviewed by Rob Buis.
195 * WebKit.pro: Build testkjs.
197 2006-12-14 Timothy Hatcher <timothy@apple.com>
201 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
203 2006-12-13 Maciej Stachowiak <mjs@apple.com>
205 Reviewed by Brady and Anders.
207 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
209 2006-12-10 Zack Rusin <zack@kde.org>
211 Client classes have been moved to WebKitQt/WebCoreSupport so
212 adjusting the pri file.
216 2006-12-10 George Staikos <staikos@kde.org>
220 Add WebKitBuild/Release back to the output dir for external build cases.
224 2006-12-10 Zack Rusin <zack@kde.org>
226 Fix the link directory location.
230 2006-12-10 Lars Knoll <lars@trolltech.com>
234 Include DumpRenderTree in the Qt build
238 2006-12-09 George Staikos <staikos@kde.org>
242 Correct the path to the libraries for QMake.
246 2006-12-09 Lars Knoll <lars@trolltech.com>
250 Make it possible to build WebKit with qmake.
255 2006-11-19 Simon Hausmann <hausmann@kde.org>
259 http://bugs.webkit.org/show_bug.cgi?id=11649
261 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
263 2006-10-30 Timothy Hatcher <timothy@apple.com>
267 Make the universal build return non-zero when module make fails.
271 2006-10-30 Stephanie Lewis <slewis@apple.com>
275 Change Makefiles to return non-zero when module make fails.
279 2006-10-27 Brady Eidson <beidson@apple.com>
281 Rubber stamped by Tim Hatcher
283 Added "make universal" to build universal binaries
288 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
292 * CMakeLists.txt: add option to disable colored output when building on the buildbot