1From 8031326dbf1252f76f6aac9dcef5611fd7be5fa4 Mon Sep 17 00:00:00 2001 2From: Martin Jansa <Martin.Jansa@gmail.com> 3Date: Fri, 12 Mar 2021 15:47:50 +0100 4Subject: [PATCH] qmake.conf: lower MODULE_VERSION to 5.15.7 5 6* to avoid incompatibility when searching for qtwebchannel: 7 8CMake Error at /OE/build/luneos-hardknott/webos-ports/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.browser/0.5.0-14+gitAUTOINC+4b5398142b-r0/recipe-sysroot/usr/lib/cmake/Qt5WebEngineCore/Qt5WebEngineCoreConfig.cmake:116 (find_package): 9 Could not find a configuration file for package "Qt5WebChannel" that is 10 compatible with requested version "5.15.7". 11 12 The following configuration files were considered but not accepted: 13 14 /OE/build/luneos-hardknott/webos-ports/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.browser/0.5.0-14+gitAUTOINC+4b5398142b-r0/recipe-sysroot/usr/lib/cmake/Qt5WebChannel/Qt5WebChannelConfig.cmake, version: 5.15.2 15 16Call Stack (most recent call first): 17 /OE/build/luneos-hardknott/webos-ports/tmp-glibc/work/core2-64-webos-linux/org.webosports.app.browser/0.5.0-14+gitAUTOINC+4b5398142b-r0/recipe-sysroot/usr/lib/cmake/Qt5WebEngine/Qt5WebEngineConfig.cmake:116 (find_package) 18 CMakeLists.txt:19 (find_package) 19 20Upstream-Status: Pending 21Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 22--- 23 .qmake.conf | 2 +- 24 1 file changed, 1 insertion(+), 1 deletion(-) 25 26diff --git a/.qmake.conf b/.qmake.conf 27index 83823ceee..d5e64505d 100644 28--- a/.qmake.conf 29+++ b/.qmake.conf 30@@ -5,4 +5,4 @@ QTWEBENGINE_OUT_ROOT = $$shadowed($$PWD) 31 load(qt_build_config) 32 CONFIG += warning_clean 33 34-MODULE_VERSION = 5.15.10 35+MODULE_VERSION = 5.15.7 36