From ee3f9ce35f2cdb87338ac32e202480565af3d145 Mon Sep 17 00:00:00 2001 From: ap Date: Sat, 11 Nov 2006 15:31:13 +0000 Subject: [PATCH] Attempt to fix Qt build. * CMakeLists.txt: PathQt.cpp is in graphics/qt now. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17729 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/CMakeLists.txt | 2 +- WebCore/ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt index 69cd60122580..59a5da5f1b56 100644 --- a/WebCore/CMakeLists.txt +++ b/WebCore/CMakeLists.txt @@ -1062,7 +1062,7 @@ set(WebCore_SRCS platform/graphics/qt/IntRectQt.cpp platform/graphics/qt/IntSizeQt.cpp platform/qt/PageQt.cpp - platform/qt/PathQt.cpp + platform/graphics/qt/PathQt.cpp platform/graphics/qt/ImageQt.cpp platform/graphics/qt/ImageSourceQt.cpp platform/qt/FontCacheQt.cpp diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 71228491612d..5163db7b60ae 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2006-11-11 Alexey Proskuryakov + + Attempt to fix Qt build. + + * CMakeLists.txt: PathQt.cpp is in graphics/qt now. + 2006-11-11 Lars Naesbye Christensen Tortured by Sam Weinig, Tim H., Maciej, Mitz and Alexey :-) -- 2.36.0