summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-02-13 12:10:07 -0800
committerJake Petroules <jake.petroules@qt.io>2017-02-15 05:56:14 +0000
commit0b30e4490f7500ade1868fb33cea8705418c90bb (patch)
treee9eb5e394e968fd0f37d8104796d9d75a7489641
parent37f9c3ea771ce340e1d0e474930798a3c188055b (diff)
downloadqtwebkit-0b30e4490f7500ade1868fb33cea8705418c90bb.tar.gz
Skip QtWebKit on UIKit platforms as well
This exclusion belongs here, not in qt5.git. Change-Id: Id984dbd31089392b2470e4fc6f0534cfa37d8bc3 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--Tools/qmake/mkspecs/features/configure.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/qmake/mkspecs/features/configure.prf b/Tools/qmake/mkspecs/features/configure.prf
index 9eeac75dc..23d99040b 100644
--- a/Tools/qmake/mkspecs/features/configure.prf
+++ b/Tools/qmake/mkspecs/features/configure.prf
@@ -136,6 +136,7 @@ defineTest(finalizeConfigure) {
!gnu_thin_archives:!win32-msvc2013:!mingw:qtConfig(static) {
addReasonForSkippingBuild("QtWebKit cannot be built as a static library on this platform. Check your configuration in qtbase/config.summary.")
}
+ uikit: addReasonForSkippingBuild("QtWebKit is not supported on iOS/tvOS/watchOS")
winrt: addReasonForSkippingBuild("QtWebKit is not supported on Windows Phone/Windows RT")
requiredPrograms = gperf python perl bison ruby flex
for(program, requiredPrograms): \