diff options
Diffstat (limited to 'Source/QtDialog/QCMakePreset.h')
-rw-r--r-- | Source/QtDialog/QCMakePreset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakePreset.h b/Source/QtDialog/QCMakePreset.h index 93d70d8..1609fcb 100644 --- a/Source/QtDialog/QCMakePreset.h +++ b/Source/QtDialog/QCMakePreset.h @@ -15,8 +15,9 @@ public: QString description; QString generator; QString architecture; + bool setArchitecture; QString toolset; - bool setGenConfig; + bool setToolset; bool enabled; }; |