forked from qt-creator/qt-creator
CMake: Make parsing of CMakeCache.txt files available
Change-Id: I94876851dd4cf737418c4c00b589af1b3a9535ed Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -86,6 +86,10 @@ public:
|
||||
void clearFiles();
|
||||
CMakeConfig configuration() const;
|
||||
|
||||
static CMakeConfig parseConfiguration(const Utils::FileName &cacheFile,
|
||||
const Utils::FileName &sourceDir,
|
||||
QString *errorMessage);
|
||||
|
||||
signals:
|
||||
void configurationStarted() const;
|
||||
void dataAvailable() const;
|
||||
@@ -102,7 +106,6 @@ private:
|
||||
void processCMakeOutput();
|
||||
void processCMakeError();
|
||||
|
||||
CMakeConfig parseConfiguration() const;
|
||||
|
||||
bool m_hasData = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user