| 233 | } |
| 234 | |
| 235 | void CMakeBuildDirChooser::setCMakeExecutable(const Path& path) |
| 236 | { |
| 237 | m_chooserUi->cmakeExecutable->setUrl(path.toUrl()); |
| 238 | updated(); |
| 239 | } |
| 240 | |
| 241 | void CMakeBuildDirChooser::setInstallPrefix(const Path& path) |
| 242 | { |
no test coverage detected