mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtquickdesigner-components: lower minimum CMake version
Dunfell still has CMake 3.16, which is the default minimum version for Qt. Use it for qtquickdesigner-componets as well. Pick-to: 6.3 6.2 Change-Id: I07c0c35dfc589bae4fc9d47e4ec31ef27042454d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
e8102f036a
commit
bab800db57
|
|
@ -11,5 +11,9 @@ include recipes-qt/qt6/qt6.inc
|
|||
QT_GIT_PROJECT = "qt-labs"
|
||||
QT_MODULE_BRANCH = "dev"
|
||||
|
||||
do_configure:prepend() {
|
||||
sed -i -e '/cmake_minimum_required/s/3.20/3.16/' ${S}/CMakeLists.txt
|
||||
}
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtdeclarative-native"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user