McuSupport: Bump supported Qt for MCUs version from 1.2 to 1.3

Task-number: QTCREATORBUG-24203
Change-Id: I378dca375bcd9a533c585369bb61c2c329a8a1d1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2020-06-24 13:29:16 +02:00
parent 7f0a0d2c60
commit 09cb6d0d1e

View File

@@ -61,7 +61,7 @@
namespace McuSupport { namespace McuSupport {
namespace Internal { namespace Internal {
static const int KIT_VERSION = 5; // Bumps up whenever details in Kit creation change static const int KIT_VERSION = 6; // Bumps up whenever details in Kit creation change
static QString packagePathFromSettings(const QString &settingsKey, static QString packagePathFromSettings(const QString &settingsKey,
QSettings::Scope scope = QSettings::UserScope, QSettings::Scope scope = QSettings::UserScope,
@@ -452,7 +452,7 @@ void McuSupportOptions::deletePackagesAndTargets()
const QVersionNumber &McuSupportOptions::supportedQulVersion() const QVersionNumber &McuSupportOptions::supportedQulVersion()
{ {
static const QVersionNumber v({1, 2}); static const QVersionNumber v({1, 3});
return v; return v;
} }