forked from qt-creator/qt-creator
CMakePM: Add support for build CMake presets
This patchset will add support for version 2 of the CMakePresets feature that has been implemented in CMake 3.20 https://cmake.org/cmake/help/v3.20/manual/cmake-presets.7.html Task-number: QTCREATORBUG-24555 Change-Id: I08934243cc04487d38c4b59c2ad4a4a8d0484492 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -69,6 +69,9 @@ private:
|
||||
|
||||
virtual CMakeConfig signingFlags() const;
|
||||
|
||||
void setInitialBuildAndCleanSteps(const ProjectExplorer::Target *target);
|
||||
void setBuildPresetToBuildSteps(const ProjectExplorer::Target *target);
|
||||
|
||||
Internal::CMakeBuildSystem *m_buildSystem = nullptr;
|
||||
|
||||
friend class Internal::CMakeBuildSettingsWidget;
|
||||
|
||||
Reference in New Issue
Block a user