git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24642
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-26 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by Lars.
+
+ 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.
+
+ * WebKit.pri:
+
2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Adam.
!gdk-port:CONFIG += qt-port
qt-port:DEFINES += BUILDING_QT__=1
qt-port:!building-libs {
- QMAKE_LFLAGS = -L$$OUTPUT_DIR/lib $$QMAKE_LFLAGS
+ QMAKE_LIBDIR = $$OUTPUT_DIR/lib $$QMAKE_LIBDIR
LIBS += -lQtWebKit
}
gdk-port:CONFIG += link_pkgconfig