summaryrefslogtreecommitdiff
path: root/WebKit.pro
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-11-08 15:51:03 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-02-02 12:31:13 +0000
commit8f2cfe80a5fb6632b4bbb9181db28f0505058128 (patch)
tree51ed8e62f4c49597f1b695dcc01137cce0b8a812 /WebKit.pro
parent5ae3854f795ac5c1a0f104bd8b66ed6f988181cd (diff)
downloadqtwebkit-8f2cfe80a5fb6632b4bbb9181db28f0505058128.tar.gz
Imported WebKit commit 26dda242e41e9b4d348fc3573d86f58b9e8b51b9
Change-Id: I00833927c575184923449ab99c85c46fec94dc19 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'WebKit.pro')
-rw-r--r--WebKit.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/WebKit.pro b/WebKit.pro
new file mode 100644
index 000000000..375d4d77b
--- /dev/null
+++ b/WebKit.pro
@@ -0,0 +1,20 @@
+load(functions)
+
+TEMPLATE = subdirs
+CONFIG += ordered
+PROJECTS_DIR = Tools/qmake/projects
+
+isPlatformSupported() {
+ QT_FOR_CONFIG += gui-private
+ !qtConfig(system-png):qtConfig(png):exists($$QTBASE_DIR): \
+ SUBDIRS += $$PROJECTS_DIR/qtpng
+
+ !qtConfig(system-jpeg):exists($$QTBASE_DIR): \
+ SUBDIRS += $$PROJECTS_DIR/qtjpeg
+
+ SUBDIRS += \
+ $$PROJECTS_DIR/generate_cmake_toolchain_file.pro \
+ $$PROJECTS_DIR/run_cmake.pro
+} else {
+ !build_pass: log("$${EOL}The WebKit build was disabled for the following reasons: $$skipBuildReason $${EOL}$${EOL}")
+}