1 2007-07-18 Simon Hausmann <hausmann@kde.org>
5 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
9 2007-07-18 Timothy Hatcher <timothy@apple.com>
11 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
12 still use this one Makefile.shared as an include.
16 2007-07-12 George Staikos <staikos@kde.org>
18 Fix build in debug mode.
22 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
26 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
27 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
29 * WebKit.pri: Adjust INCLUDEPATH
31 2007-06-25 Adam Roben <aroben@apple.com>
33 Really remove LayoutTestResults.
35 * LayoutTestResults: Removed.
37 2007-06-25 Adam Roben <aroben@apple.com>
39 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
40 http://bugs.webkit.org/show_bug.cgi?id=14405
44 * LayoutTestResults: Removed.
46 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
50 http://bugs.webkit.org/show_bug.cgi?id=13975
51 Use system-provided libjpeg and libpng
53 * WebKit.pri: Link against external libjpeg and libpng.
55 2007-06-20 Adam Roben <aroben@apple.com>
57 Reviewed by Simon Hausmann.
59 More Gdk build fixing.
63 2007-06-15 Adam Treat <adam@staikos.net>
65 Reviewed by George Staikos.
67 Add ICO support to the Qt build.
71 2007-06-13 George Staikos <staikos@kde.org>
75 Compile without self-linking.
79 2007-06-13 Simon Hausmann <hausmann@kde.org>
83 * WebKit.pri: WebKitQt is now called QtWebKit.
85 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
87 Reviewed by Eric Seidel.
89 http://bugs.webkit.org/show_bug.cgi?id=13941
90 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
94 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
96 Reviewed by Mark Rowe.
98 * WebKit.pro: Build testkjs for Gdk and Qt
100 2007-05-11 Holger Freyther <freyther@kde.org>
102 Reviewed by Mark Rowe.
104 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
105 and add ICU configuration to QMAKE_CXXFLAGS.
109 2007-05-06 Erik Bunce <kde@bunce.us>
111 Reviewed by Mark Rowe.
114 Removed unnecessary dependency on MacPorts (/opt/local)
116 2007-05-03 Holger Freyther <freyther@kde.org>
118 Reviewed by Zack, landed by Simon.
119 This is bugzilla bug 13499.
121 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
123 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
126 2007-04-27 Holger Freyther <freyther@kde.org>
130 Remove unmaintained CMake build system.
132 * CMakeLists.txt: Removed.
134 2007-01-30 Simon Hausmann <hausmann@kde.org>
138 * WebKit.pri: libJavaScriptCore is gone with the Qt build
141 2007-01-26 George Staikos <staikos@kde.org>
143 Remove headers - not needed now.
147 2007-01-23 George Staikos <staikos@kde.org>
149 Put everything back since we can't build everything without it yet.
153 2007-01-16 Lars Knoll <lars@trolltech.com>
157 Remove everything but the new public API from
162 2007-01-11 George Staikos <staikos@kde.org>
168 2007-01-03 Lars Knoll <lars@trolltech.com>
174 2006-12-17 Simon Hausmann <hausmann@kde.org>
176 Reviewed by Rob Buis.
178 * WebKit.pro: Build testkjs.
180 2006-12-14 Timothy Hatcher <timothy@apple.com>
184 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
186 2006-12-13 Maciej Stachowiak <mjs@apple.com>
188 Reviewed by Brady and Anders.
190 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
192 2006-12-10 Zack Rusin <zack@kde.org>
194 Client classes have been moved to WebKitQt/WebCoreSupport so
195 adjusting the pri file.
199 2006-12-10 George Staikos <staikos@kde.org>
203 Add WebKitBuild/Release back to the output dir for external build cases.
207 2006-12-10 Zack Rusin <zack@kde.org>
209 Fix the link directory location.
213 2006-12-10 Lars Knoll <lars@trolltech.com>
217 Include DumpRenderTree in the Qt build
221 2006-12-09 George Staikos <staikos@kde.org>
225 Correct the path to the libraries for QMake.
229 2006-12-09 Lars Knoll <lars@trolltech.com>
233 Make it possible to build WebKit with qmake.
238 2006-11-19 Simon Hausmann <hausmann@kde.org>
242 http://bugs.webkit.org/show_bug.cgi?id=11649
244 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
246 2006-10-30 Timothy Hatcher <timothy@apple.com>
250 Make the universal build return non-zero when module make fails.
254 2006-10-30 Stephanie Lewis <slewis@apple.com>
258 Change Makefiles to return non-zero when module make fails.
262 2006-10-27 Brady Eidson <beidson@apple.com>
264 Rubber stamped by Tim Hatcher
266 Added "make universal" to build universal binaries
271 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
275 * CMakeLists.txt: add option to disable colored output when building on the buildbot