Fixes: Run cmake to get the version and check for the QtCreator generator

Details:  We don't act on that information yet.
This commit is contained in:
dt
2009-01-21 17:21:59 +01:00
parent db20c44d40
commit 38471eebfe
2 changed files with 29 additions and 0 deletions

View File

@@ -79,9 +79,12 @@ public:
QString cmakeExecutable() const;
void askUserForCMakeExecutable();
private:
void updateCachedInformation() const;
void saveSettings() const;
QString findCmakeExecutable() const;
mutable QString m_cmakeExecutable;
mutable QString m_version;
mutable bool m_supportsQtCreator;
Core::Utils::PathChooser *m_pathchooser;
};