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:
Pawel Polanski
2011-05-20 13:43:36 +02:00
committed by Tobias Hunger
parent cbc511213b
commit 2d80383db1

View File

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