git-svn-id: https://svn.webkit.org/repository/webkit/trunk@18138
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-12-10 George Staikos <staikos@kde.org>
+
+ Reviewed by Zack.
+
+ Add WebKitBuild/Release back to the output dir for external build cases.
+
+ * WebKit.pri:
+
2006-12-10 Zack Rusin <zack@kde.org>
Fix the link directory location.
DEFINES += BUILDING_QT__=1
-isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD
+isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release
LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt -lJavaScriptCore