forked from qt-creator/qt-creator
Now it's looking better
Change-Id: Ic6cbc95feb121f09eb2e14c08a9ab680018dc760 Reviewed-on: http://codereview.qt.nokia.com/39 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
cbc511213b
commit
2d80383db1
@@ -839,7 +839,7 @@ void Qt4BuildConfiguration::importFromBuildDirectory()
|
||||
// Adjust command line arguments, this is ugly as hell
|
||||
// If we are switching to BuildAll we want "release" in there and no "debug"
|
||||
// or "debug" in there and no "release"
|
||||
// If we are switching to not BuildAl we want neither "release" nor "debug" in there
|
||||
// If we are switching to not BuildAll we want neither "release" nor "debug" in there
|
||||
bool debug = qmakeBuildConfig & BaseQtVersion::DebugBuild;
|
||||
bool haveTag = !(qmakeBuildConfig & BaseQtVersion::BuildAll);
|
||||
QString makeCmdArguments = makeStep()->userArguments();
|
||||
@@ -871,4 +871,3 @@ BuildConfiguration::BuildType Qt4BuildConfiguration::buildType() const
|
||||
else
|
||||
return Release;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user