summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebKit.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-06-21 11:26:36 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-06-21 11:26:36 (GMT)
commitcf3b0c21a480f4008ba6a53fbab47104299cea8c (patch)
treeb671b97ab8b396e5ab04fdb8eb6e2d9d6a7443e2 /src/3rdparty/webkit/WebKit.pro
parent2fdac06f820f2362d3ca83ab6d73ed874d903098 (diff)
parent7a3b4a0bfed6365f0c5bd2f3b99a5585d0ef9eb8 (diff)
downloadQt-cf3b0c21a480f4008ba6a53fbab47104299cea8c.zip
Qt-cf3b0c21a480f4008ba6a53fbab47104299cea8c.tar.gz
Qt-cf3b0c21a480f4008ba6a53fbab47104299cea8c.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit: Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 515aae71494436816cd0250cdc52caa4f2566aef Update S60 stuff after renaming the webkit component. Update qmlchanges from import org.webkit to QtWebKit Updated WebKit to e32cb21d4f1787147bcb681883b96a95f867749a Updated WebKit to a99218d1984be36e00966f988123fa7e2b18eec5 Remove the old WebView element in src/import. The new one is in src/3rdparty/webkit Updated WebKit to d7a095a2a9514e1f132b779b99279585820b46f5 Updated WebKit to c6f08f4c13f88491a5d1ae1794c72166af0c26ba
Diffstat (limited to 'src/3rdparty/webkit/WebKit.pro')
-rw-r--r--src/3rdparty/webkit/WebKit.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebKit.pro b/src/3rdparty/webkit/WebKit.pro
index 84fcb56..c7df391 100644
--- a/src/3rdparty/webkit/WebKit.pro
+++ b/src/3rdparty/webkit/WebKit.pro
@@ -9,6 +9,9 @@ SUBDIRS += \
# 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