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