another include path.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27688
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-11 Darin Adler <darin@apple.com>
+
+ * pcre/dftables.pro: Try fixing Qt builds (I looked at qt-win) by adding
+ another include path.
+
2007-11-11 Darin Adler <darin@apple.com>
* JavaScriptCore.xcodeproj/project.pbxproj: Try fixing Mac Tiger builds
TARGET = dftables
DESTDIR = tmp
-INCLUDEPATH += $$PWD/../wtf
+INCLUDEPATH += $$PWD/.. $$PWD/../wtf
gtk-port {
DEFINES += BUILDING_GTK__ BUILDING_CAIRO__