forked from qt-creator/qt-creator
McuSupport: move auto-kit-creation option to McuSupportOptions
It was part of McuPackage, and only used by the SDK instance. Task-number: QTCREATORBUG-27093 Change-Id: I9d9eaac621e9997129c227fae3ac88b502ba4340 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -91,9 +91,15 @@ public:
|
||||
void populatePackagesAndTargets();
|
||||
|
||||
static bool kitsNeedQtVersion();
|
||||
|
||||
bool automaticKitCreationEnabled() const;
|
||||
void setAutomaticKitCreationEnabled(const bool enabled);
|
||||
void writeGeneralSettings() const;
|
||||
static bool automaticKitCreationFromSettings();
|
||||
private:
|
||||
void deletePackagesAndTargets();
|
||||
|
||||
bool m_automaticKitCreation = true;
|
||||
signals:
|
||||
void packagesChanged();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user