forked from qt-creator/qt-creator
Revert recent change to -after CONFIG
This breaks checking for release or debug mode in the .pro file
This commit is contained in:
@@ -85,7 +85,7 @@ QStringList QMakeStep::arguments(const QString &buildConfiguration)
|
||||
if (!(defaultBuildConfiguration & QtVersion::DebugBuild) && (projectBuildConfiguration & QtVersion::DebugBuild))
|
||||
configarguments << "CONFIG+=debug";
|
||||
if (!configarguments.isEmpty())
|
||||
arguments << "-after" << configarguments;
|
||||
arguments << configarguments;
|
||||
} else {
|
||||
arguments << "CONFIG+=debug_and_release";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user