diff -r 5dc02b23752f -r 3e2da88830cd src/3rdparty/webkit/WebKit.pro --- a/src/3rdparty/webkit/WebKit.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/src/3rdparty/webkit/WebKit.pro Wed Aug 18 10:37:55 2010 +0300 @@ -9,6 +9,9 @@ # If the source exists, built it exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser +contains(QT_CONFIG, declarative) { + exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative +} exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro