| 328 | Path CMakeBuildDirChooser::installPrefix() const { return Path(m_chooserUi->installPrefix->url()); } |
| 329 | |
| 330 | Path CMakeBuildDirChooser::buildFolder() const { return Path(m_chooserUi->buildFolder->url()); } |
| 331 | |
| 332 | QString CMakeBuildDirChooser::buildType() const { return m_chooserUi->buildType->currentText(); } |
| 333 |