Reviewed by Darin.
Fix http://bugs.webkit.org/show_bug.cgi?id=15828
Bug 15828: WebKit GTK include and lib directory is installed in qt4-named directory
* WebCore.pro: Use sane default install paths for the gtk port.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27492
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-06 Christian Dywan <christian@twotoasts.de>
+
+ Reviewed by Darin.
+
+ Fix http://bugs.webkit.org/show_bug.cgi?id=15828
+ Bug 15828: WebKit GTK include and lib directory is installed in qt4-named directory
+
+ * WebCore.pro: Use sane default install paths for the gtk port.
+
2007-11-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
}
gtk-port {
- isEmpty(WEBKIT_LIB_DIR):WEBKIT_LIB_DIR=$$[QT_INSTALL_LIBS]
- isEmpty(WEBKIT_INC_DIR):WEBKIT_INC_DIR=$$[QT_INSTALL_HEADERS]/WebKitGtk
+ isEmpty(WEBKIT_LIB_DIR):WEBKIT_LIB_DIR=/usr/local/lib
+ isEmpty(WEBKIT_INC_DIR):WEBKIT_INC_DIR=/usr/local/include/WebKitGtk
target.path = $$WEBKIT_LIB_DIR
include($$PWD/../WebKit/gtk/Api/headers.pri)