forked from qt-creator/qt-creator
McuSupport: Bump supported Qt for MCUs version from 1.2 to 1.3
Task-number: QTCREATORBUG-24203 Change-Id: I259a4bfba49624d313fd1a2562f6288e047a16da Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
namespace McuSupport {
|
||||
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,
|
||||
QSettings::Scope scope = QSettings::UserScope,
|
||||
@@ -452,7 +452,7 @@ void McuSupportOptions::deletePackagesAndTargets()
|
||||
|
||||
const QVersionNumber &McuSupportOptions::supportedQulVersion()
|
||||
{
|
||||
static const QVersionNumber v({1, 2});
|
||||
static const QVersionNumber v({1, 3});
|
||||
return v;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user