summaryrefslogtreecommitdiff
path: root/Tools/qmake/mkspecs/features/functions.prf
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-12-14 22:39:30 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-12-21 17:42:22 +0000
commit8cab1238d6ea14fa6a61ed4e0c5d39ccd0736ec2 (patch)
tree79f0a9f1e95dc80ba9b0d5cfaab9edddf27ec73f /Tools/qmake/mkspecs/features/functions.prf
parent35655d5f4bad248ead1700b59c381cc568b4e98b (diff)
downloadqtwebkit-8cab1238d6ea14fa6a61ed4e0c5d39ccd0736ec2.tar.gz
Import WebKit commit 3b024218447b7838f08ccd8cf2c8515387ae41c2
Change-Id: I0698c3862a53268111308c191c45167e36898dbb Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools/qmake/mkspecs/features/functions.prf')
-rw-r--r--Tools/qmake/mkspecs/features/functions.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/qmake/mkspecs/features/functions.prf b/Tools/qmake/mkspecs/features/functions.prf
index 3699d6b71..e3f42cec4 100644
--- a/Tools/qmake/mkspecs/features/functions.prf
+++ b/Tools/qmake/mkspecs/features/functions.prf
@@ -65,6 +65,8 @@ defineTest(isPlatformSupported) {
skipBuild("Using cmake version $$cmake_version, but at least cmake 2.8.12 is required to build QtWebKit.")
}
+ intel_icc: skipBuild("Building QtWebKit with ICC is not supported.")
+
win32 {
winrt {
skipBuild("WinRT is not supported.")