forked from qt-creator/qt-creator
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
This commit is contained in:
@@ -260,6 +260,7 @@ void CMakeProject::parseCMakeLists()
|
||||
|
||||
QString CMakeProject::buildParser(const QString &buildConfiguration) const
|
||||
{
|
||||
Q_UNUSED(buildConfiguration);
|
||||
// TODO this is actually slightly wrong, but do i care?
|
||||
// this should call toolchain(buildConfiguration)
|
||||
if (!m_toolChain)
|
||||
|
||||
Reference in New Issue
Block a user