forked from qt-creator/qt-creator
		
	Remove explicit debug and release arguments in makestep
They serve no purpose, the default target in debug_and_release Makefiles is to build only debug or release. Change-Id: I4e403a2d25e09c8f31a4619d7588bfb34a5acf5e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		| @@ -742,10 +742,6 @@ Qt4BuildConfiguration *Qt4BuildConfiguration::setup(Target *t, QString defaultDi | ||||
|     if (importing) | ||||
|         qmakeStep->setLinkQmlDebuggingLibrary(enableQmlDebugger); | ||||
|  | ||||
|     // Set some options for qmake and make. | ||||
|     if (qmakeBuildConfiguration & BaseQtVersion::BuildAll) // debug_and_release => explicit targets | ||||
|         makeStep->setUserArguments(debug ? QLatin1String("debug") : QLatin1String("release")); | ||||
|  | ||||
|     bc->setQMakeBuildConfiguration(qmakeBuildConfiguration); | ||||
|  | ||||
|     if (!directory.isEmpty()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user