blob: e0bccf8d94bd66e80e6b249932a684339e89e054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* Add support for FreeBSD
--- configure.pri.orig 2024-03-27 11:26:34 UTC
+++ configure.pri
@@ -136,6 +136,9 @@ defineTest(qtConfTest_detectPlatform) {
macos:qtwebengine_isMacOsPlatformSupported() {
$${1}.platform = "macos"
}
+ unix:qtwebengine_isLinuxPlatformSupported() {
+ $${1}.platform = "linux"
+ }
ios:qtwebengine_isMacOsPlatformSupported() {
$${1}.platform = "ios"
}
|