summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebKit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebKit.pro')
-rw-r--r--src/3rdparty/webkit/WebKit.pro36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/3rdparty/webkit/WebKit.pro b/src/3rdparty/webkit/WebKit.pro
deleted file mode 100644
index c7df391..0000000
--- a/src/3rdparty/webkit/WebKit.pro
+++ /dev/null
@@ -1,36 +0,0 @@
-TEMPLATE = subdirs
-CONFIG += ordered
-
-include(WebKit.pri)
-
-SUBDIRS += \
- JavaScriptCore \
- WebCore
-
-# 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
-
-!win32:!symbian {
- exists($$PWD/WebKitTools/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro
- exists($$PWD/WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
-}
-
-build-qtscript {
- SUBDIRS += \
- JavaScriptCore/qt/api/QtScript.pro \
- JavaScriptCore/qt/tests
-}
-
-symbian {
- # Forward the install target to WebCore. A workaround since INSTALLS is not implemented for symbian
- install.commands = $(MAKE) -C WebCore install
- QMAKE_EXTRA_TARGETS += install
-}
-
-include(WebKit/qt/docs/docs.pri)