McuSupport: Update minimum CMake version in qmlproject template

The minimum CMake version was changed to 3.21.1 with Qul 2.3.
Updating the minimum CMake version for the qmlproject template
project, but keeping the old minimum for the template targeting
older versions of Qt for MCUs

Task-number: QTCREATORBUG-28825
Change-Id: Ia6cb43a47cee81b3b299f188d6008ebd0576daba
Reviewed-by: Yasser Grimes <yasser.grimes@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Sivert Krøvel
2023-03-03 12:02:20 +01:00
parent d686d241d2
commit 0d809806d4

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.15) cmake_minimum_required (VERSION 3.21.1)
project(%{CorrectedProjectName} VERSION 0.0.1 LANGUAGES C CXX ASM) project(%{CorrectedProjectName} VERSION 0.0.1 LANGUAGES C CXX ASM)