That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27510
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-07 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by Mark.
+
+ Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
+ That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
+
+ * WebKit.pri:
+
2007-10-03 Lars Knoll <lars@trolltech.com>
Signed off by olliej.
qt-port:!building-libs {
QMAKE_LIBDIR = $$OUTPUT_DIR/lib $$QMAKE_LIBDIR
LIBS += -lQtWebKit
+ DEPENDPATH += $$PWD/WebKit/qt/Api
}
gtk-port:CONFIG += link_pkgconfig
gtk-port:PKGCONFIG += cairo cairo-ft gdk-2.0 gtk+-2.0 libcurl