https://bugs.webkit.org/show_bug.cgi?id=81844
[Qt] Unreviewed buildfix after r111778.
.:
* Source/api.pri:
Source/WebCore:
* Target.pri:
Source/WTF:
* WTF.pri:
Tools:
* DumpRenderTree/qt/DumpRenderTree.pro:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111780
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-22 Csaba Osztrogonác <ossy@webkit.org>
+
+ Actually move WTF files to their new home
+ https://bugs.webkit.org/show_bug.cgi?id=81844
+
+ [Qt] Unreviewed buildfix after r111778.
+
+ * Source/api.pri:
+
2012-03-22 Ming Xie <mxie@rim.com>
OLD_COMPILE_FLAGS was set incorrectly in WebKitHelpers.cmake
+2012-03-22 Csaba Osztrogonác <ossy@webkit.org>
+
+ Actually move WTF files to their new home
+ https://bugs.webkit.org/show_bug.cgi?id=81844
+
+ [Qt] Unreviewed buildfix after r111778.
+
+ * WTF.pri:
+
2012-03-22 Eric Seidel <eric@webkit.org>
Actually move WTF files to their new home
$$SOURCE_DIR \
$$SOURCE_DIR/gobject \
$$SOURCE_DIR/qt \
- $$SOURCE_DIR/unicode
+ $$SOURCE_DIR/unicode \
+ $$SOURCE_DIR/wtf
haveQt(5) {
mac {
+2012-03-22 Csaba Osztrogonác <ossy@webkit.org>
+
+ Actually move WTF files to their new home
+ https://bugs.webkit.org/show_bug.cgi?id=81844
+
+ [Qt] Unreviewed buildfix after r111778.
+
+ * Target.pri:
+
2012-03-22 Kentaro Hara <haraken@chromium.org>
run-bindings-tests output a lot of errors in TestSerializedScriptValueInterface.idl
# path for QtScript when it's built as a standalone module
QT += script
} else {
- INCLUDEPATH += $$PWD/../JavaScriptCore/wtf/qt/compat
+ INCLUDEPATH += $$PWD/../WTF/wtf/qt/compat
}
RESOURCES += \
INCLUDEPATH += \
$$PWD/WebKit/qt/Api \
- $$PWD/WebKit/qt/WebCoreSupport
+ $$PWD/WebKit/qt/WebCoreSupport \
+ $$PWD/WTF/wtf/qt
contains(DEFINES, ENABLE_VIDEO=1) {
!contains(DEFINES, WTF_USE_QTKIT=1):!contains(DEFINES, WTF_USE_GSTREAMER=1):contains(DEFINES, WTF_USE_QT_MULTIMEDIA=1) {
+2012-03-22 Csaba Osztrogonác <ossy@webkit.org>
+
+ Actually move WTF files to their new home
+ https://bugs.webkit.org/show_bug.cgi?id=81844
+
+ [Qt] Unreviewed buildfix after r111778.
+
+ * DumpRenderTree/qt/DumpRenderTree.pro:
+
2012-03-22 Dan Bernstein <mitz@apple.com>
Font fallback in WebKitTestRunner depends on user settings
load(features)
-WEBKIT += wtf webcore
+WEBKIT += wtf javascriptcore webcore
INCLUDEPATH += \
$$PWD/.. \
testplugin.h
SOURCES += \
- $${ROOT_WEBKIT_DIR}/Source/JavaScriptCore/wtf/Assertions.cpp \
+ $${ROOT_WEBKIT_DIR}/Source/WTF/wtf/Assertions.cpp \
$$PWD/../WorkQueue.cpp \
DumpRenderTreeQt.cpp \
EventSenderQt.cpp \