Commit 50386c37 authored by ossy@webkit.org's avatar ossy@webkit.org

REGRESSION(r54712): [Qt] Installed QtWebKit header does not compile.

https://bugs.webkit.org/show_bug.cgi?id=57183

Reviewed by Andreas Kling.

Windows buildfix after r82065.

* Api/DerivedSources.pro: Readding escaping on Windows platforms.

git-svn-id: svn://svn.chromium.org/blink/trunk@82113 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 67f1de1e
...@@ -19,14 +19,13 @@ win32-msvc* | wince* { ...@@ -19,14 +19,13 @@ win32-msvc* | wince* {
} else { } else {
QUOTE = "\'" QUOTE = "\'"
DOUBLE_ESCAPED_QUOTE = "\\\'" DOUBLE_ESCAPED_QUOTE = "\\\'"
ESCAPE = "\\"
} }
qtheader_module.target = $${DESTDIR}/QtWebKit qtheader_module.target = $${DESTDIR}/QtWebKit
qtheader_module.depends = $${_PRO_FILE_} qtheader_module.depends = $${_PRO_FILE_}
qtheader_module.commands = echo $${QUOTE}$${LITERAL_HASH}ifndef QT_QTWEBKIT_MODULE_H$${QUOTE} > $${qtheader_module.target} && qtheader_module.commands = echo $${QUOTE}$${LITERAL_HASH}ifndef QT_QTWEBKIT_MODULE_H$${QUOTE} > $${qtheader_module.target} &&
qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}define QT_QTWEBKIT_MODULE_H$${QUOTE} >> $${qtheader_module.target} && qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}define QT_QTWEBKIT_MODULE_H$${QUOTE} >> $${qtheader_module.target} &&
qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}include <QtNetwork/QtNetwork>$${QUOTE} >> $${qtheader_module.target} && qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}include $${ESCAPE}<QtNetwork/QtNetwork$${ESCAPE}>$${QUOTE} >> $${qtheader_module.target} &&
WEBKIT_CLASS_HEADERS = $${LITERAL_DOLLAR}$${LITERAL_DOLLAR}$${LITERAL_DOLLAR}$${LITERAL_DOLLAR}PWD/QtWebKit WEBKIT_CLASS_HEADERS = $${LITERAL_DOLLAR}$${LITERAL_DOLLAR}$${LITERAL_DOLLAR}$${LITERAL_DOLLAR}PWD/QtWebKit
regex = ".*\\sclass\\sQWEBKIT_EXPORT\\s(\\w+)\\s(.*)" regex = ".*\\sclass\\sQWEBKIT_EXPORT\\s(\\w+)\\s(.*)"
......
2011-03-28 Csaba Osztrogonác <ossy@webkit.org>
Reviewed by Andreas Kling.
REGRESSION(r54712): [Qt] Installed QtWebKit header does not compile.
https://bugs.webkit.org/show_bug.cgi?id=57183
Windows buildfix after r82065.
* Api/DerivedSources.pro: Readding escaping on Windows platforms.
2011-03-27 Andreas Kling <kling@webkit.org> 2011-03-27 Andreas Kling <kling@webkit.org>
Fix build warning about IconDatabaseClient.h (wrong path.) Fix build warning about IconDatabaseClient.h (wrong path.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment