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

This reverts commit 09cb6d0d1e.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I463f10f1f25e610d1e7b9e8d84d8a8564f5a26f3
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2020-06-29 21:24:13 +00:00
parent 09cb6d0d1e
commit 1e4166b850

View File

@@ -61,7 +61,7 @@
namespace McuSupport {
namespace Internal {
static const int KIT_VERSION = 6; // Bumps up whenever details in Kit creation change
static const int KIT_VERSION = 5; // 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, 3});
static const QVersionNumber v({1, 2});
return v;
}