diff options
Diffstat (limited to 'www/qt5-webengine/files/patch-configure.pri')
-rw-r--r-- | www/qt5-webengine/files/patch-configure.pri | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/qt5-webengine/files/patch-configure.pri b/www/qt5-webengine/files/patch-configure.pri index f153617e41fd..82636d8a2f51 100644 --- a/www/qt5-webengine/files/patch-configure.pri +++ b/www/qt5-webengine/files/patch-configure.pri @@ -1,21 +1,21 @@ ---- configure.pri.orig 2019-12-03 07:18:02 UTC +--- configure.pri.orig 2020-04-08 09:41:36 UTC +++ configure.pri @@ -114,7 +114,7 @@ defineTest(qtwebengine_platformError) { defineTest(qtConfTest_detectPlatform) { QT_FOR_CONFIG += gui-private -- !linux:!win32:!macos { -+ !linux:!win32:!macos:!unix: { +- !linux:!win32:!macos:!ios { ++ !linux:!win32:!macos:!ios:!unix: { qtwebengine_platformError("Unknown platform. Qt WebEngine only supports Linux, Windows, and macOS.") } else { linux:qtwebengine_isLinuxPlatformSupported() { -@@ -126,6 +126,9 @@ defineTest(qtConfTest_detectPlatform) { +@@ -125,6 +125,9 @@ defineTest(qtConfTest_detectPlatform) { + } macos:qtwebengine_isMacOsPlatformSupported() { $${1}.platform = "macos" - } ++ } + unix:qtwebengine_isLinuxPlatformSupported() { + $${1}.platform = "linux" -+ } - } - - !isEmpty(platformError) { + } + ios:qtwebengine_isMacOsPlatformSupported() { + $${1}.platform = "ios" |