forked from qt-creator/qt-creator
Move the qmake config settign into qt4project.
One less need for qmakestep.
This commit is contained in:
@@ -84,7 +84,7 @@ QString GCCEToolChain::defaultMakeTarget() const
|
||||
{
|
||||
const Qt4Project *qt4project = qobject_cast<const Qt4Project *>(m_project);
|
||||
if (qt4project) {
|
||||
if (!(QtVersion::QmakeBuildConfig(qt4project->qmakeStep()->value(
|
||||
if (!(QtVersion::QmakeBuildConfig(qt4project->value(
|
||||
qt4project->activeBuildConfiguration(),
|
||||
"buildConfiguration").toInt()) & QtVersion::DebugBuild)) {
|
||||
return "release-gcce";
|
||||
|
||||
Reference in New Issue
Block a user