diff options
author | hjk <hjk@qt.io> | 2020-01-10 13:05:44 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2020-01-14 11:01:29 +0000 |
commit | fae66e781a11b7763664baf99cb297df9e68e5ea (patch) | |
tree | 0d3bd7f592ad8e25467f9da8c34fffc0ce56d08f /src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp | |
parent | f1d0b41a7bbf20b94d39e5ae36a71987079fda5b (diff) | |
download | qt-creator-fae66e781a11b7763664baf99cb297df9e68e5ea.tar.gz |
CMake: Use IOptionPage convenience pattern
du -s .obj: 108344 -> 106748
Change-Id: I3c3ce0af0f0ba2e32e349d38e8a0a24feeb57485
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp index 701b192b5b..3b23b21180 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp @@ -37,6 +37,7 @@ #include "cmakesettingspage.h" #include "cmaketoolmanager.h" #include "cmakekitinformation.h" +#include "cmakespecificsettings.h" #include <coreplugin/actionmanager/actioncontainer.h> #include <coreplugin/actionmanager/actionmanager.h> |