blob: 2db5be749dfebb7611b3eb4ce8dfab2d49c9734c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.pri.orig 2020-11-07 01:22:36 UTC
+++ configure.pri
@@ -123,6 +123,9 @@ defineTest(qtConfTest_detectPlatform) {
macos:qtwebengine_isMacOsPlatformSupported() {
$${1}.platform = "macos"
}
+ unix:qtwebengine_isLinuxPlatformSupported() {
+ $${1}.platform = "linux"
+ }
ios:qtwebengine_isMacOsPlatformSupported() {
$${1}.platform = "ios"
}
|