forked from qt-creator/qt-creator
McuSupport: Change Kit Aspects validation check CMake variables
Before QUL 2.0, path for tools used during compilation were passed as environment variables. Starting with 2.0, they are passed as CMake configuration arguments. So, in order to validate a kit, the dependencies aspect now needs to validate the CMake configuration aspects. As 1.9 will no longer be supported, starting with this version of Qt Creator, the environment checking code is removed. Change-Id: I24991063dcdf9b455bd8f20226756dc2b3637f6d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -74,11 +74,6 @@ public:
|
||||
McuSdkRepository sdkRepository;
|
||||
|
||||
void setQulDir(const Utils::FilePath &dir);
|
||||
static void setKitEnvironment(ProjectExplorer::Kit *,
|
||||
const McuTarget *,
|
||||
const McuAbstractPackage *);
|
||||
static void updateKitEnvironment(ProjectExplorer::Kit *, const McuTarget *);
|
||||
static void remapQul2xCmakeVars(ProjectExplorer::Kit *, const Utils::EnvironmentItems &);
|
||||
static Utils::FilePath qulDirFromSettings();
|
||||
static McuKitManager::UpgradeOption askForKitUpgrades();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user