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:
dt
2009-05-26 14:02:16 +02:00
parent 2172fc75ba
commit 19d3131ef6
5 changed files with 227 additions and 120 deletions

View File

@@ -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;
}