forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user