git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24226
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-12 George Staikos <staikos@kde.org>
+
+ Fix build in debug mode.
+
+ * WebKit.pri:
+
2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Darin.
# Include file to make it easy to include WebKit into Qt projects
-isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release
+isEmpty(OUTPUT_DIR) {
+ CONFIG(release):OUTPUT_DIR=$$PWD/WebKitBuild/Release
+ CONFIG(debug):OUTPUT_DIR=$$PWD/WebKitBuild/Debug
+}
!gdk-port:CONFIG += qt-port
qt-port:DEFINES += BUILDING_QT__=1