forked from qt-creator/qt-creator
Refactor the code for the environment setting gui out into a own class
Makes it possible to reuse that code, which I intend to do for cmake and running.
This commit is contained in:
@@ -786,6 +786,7 @@ void QtVersion::updateQMakeCXX() const
|
||||
reader->setParsePreAndPostFiles(false);
|
||||
reader->readProFile(mkspecPath() + "/qmake.conf");
|
||||
m_qmakeCXX = reader->value("QMAKE_CXX");
|
||||
|
||||
delete reader;
|
||||
m_qmakeCXXUpToDate = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user