Add a default setting with the path to the cmake binary.
Diff Detail
Diff Detail
- Repository
- R32 KDevelop
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
These settings are currently not used at all by the CMakeManager due to this: https://phabricator.kde.org/T1315
projectbuilders/cmakebuilder/cmakebuilderconfig.kcfg | ||
---|---|---|
10–11 | There is CMake::findExecutable() in cmakeutils.h that takes in account Windows standard installation directories. | |
11 | How about mentioning that it is default CMake executable? Because user can also select executable when importing new project. |
projectbuilders/cmakebuilder/cmakebuilderconfig.kcfg | ||
---|---|---|
10–11 | QStandardPaths::findExecutable() does the same. Is CMake::findExecutable() better in some way? |
projectbuilders/cmakebuilder/cmakebuilderconfig.kcfgc | ||
---|---|---|
5 | Yes, it's needed to give access to the tooltips string. |
Comment Actions
Generated code is itemCmakeExe->setWhatsThis( QCoreApplication::translate("CMakeBuilderSettings", "The path to the default CMake executable.") ); so I'd say it's being translated.