forked from qt-creator/qt-creator
		
	Target setup: Allow deployconfigurations to not do anything
Task-Nr: QTCREATORBUG-4579 Reviewed-By: hunger
This commit is contained in:
		| @@ -459,8 +459,6 @@ bool Target::fromMap(const QVariantMap &map) | ||||
|         if (i == activeConfiguration) | ||||
|             setActiveDeployConfiguration(dc); | ||||
|     } | ||||
|     if (deployConfigurations().isEmpty() && deployConfigurationFactory()) | ||||
|         return false; | ||||
|  | ||||
|     int rcCount(map.value(QLatin1String(RC_COUNT_KEY), 0).toInt(&ok)); | ||||
|     if (!ok || rcCount < 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user