From fbdd5d5ad67535a47aa1ef3c08fdb6bb7a755671 Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Thu, 16 Jun 2011 17:49:13 -0300 Subject: Make QtWebKit actually works when linked to an application. Make sure that syncqt generates proper headers with proper paths so that headers.pri in $BUILD_DIR/lib/QtWebKit points to the right place. headers.pri in the build dir is used by qbase.pri to setup MacOS frameworks for example. Reviewed-By: Andreas Kling --- bin/syncqt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/syncqt b/bin/syncqt index 23e6976..dd04e43 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -48,13 +48,13 @@ my %modules = ( # path to module name map "QtDesigner" => "$basedir/tools/designer/src/lib", "QtUiTools" => "$basedir/tools/designer/src/uitools", "QtDBus" => "$basedir/src/dbus", - "QtWebKit" => "$basedir/src/3rdparty/webkit/Source/WebCore", + "QtWebKit" => "$basedir/src/3rdparty/webkit/Source/WebKit/qt", "phonon" => "$basedir/src/phonon", "QtMultimedia" => "$basedir/src/multimedia", "QtMeeGoGraphicsSystemHelper" => "$basedir/tools/qmeegographicssystemhelper", ); my %moduleheaders = ( # restrict the module headers to those found in relative path - "QtWebKit" => "../WebKit/qt/Api", + "QtWebKit" => "Api", "phonon" => "../3rdparty/phonon/phonon", ); -- cgit v0.12