2011-03-27 Andreas Kling <kling@webkit.org>

        Fix build warning about IconDatabaseClient.h (wrong path.)

        * QtWebKit.pro:


git-svn-id: svn://svn.chromium.org/blink/trunk@82076 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9eba57c0
2011-03-27 Andreas Kling <kling@webkit.org>
Fix build warning about IconDatabaseClient.h (wrong path.)
* QtWebKit.pro:
2011-03-27 Andreas Kling <kling@webkit.org> 2011-03-27 Andreas Kling <kling@webkit.org>
Reviewed by Kenneth Rohde Christiansen. Reviewed by Kenneth Rohde Christiansen.
......
...@@ -220,7 +220,7 @@ contains(DEFINES, ENABLE_VIDEO=1) { ...@@ -220,7 +220,7 @@ contains(DEFINES, ENABLE_VIDEO=1) {
contains(DEFINES, ENABLE_ICONDATABASE=1) { contains(DEFINES, ENABLE_ICONDATABASE=1) {
HEADERS += \ HEADERS += \
$$PWD/WebCoreSupport/IconDatabaseClient.h \ $$SOURCE_DIR/WebCore/loader/icon/IconDatabaseClient.h \
$$PWD/WebCoreSupport/IconDatabaseClientQt.h $$PWD/WebCoreSupport/IconDatabaseClientQt.h
SOURCES += \ SOURCES += \
......
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