forked from qt-creator/qt-creator
Do not create Custom Executable RunConfiguration
Task-number: QTCREATORBUG-7640 Change-Id: If8ed8545657783ad0d18e60b64d08e7d92e105d3 Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
committed by
Robert Loehning
parent
a6600a2db2
commit
294b813484
@@ -1399,9 +1399,7 @@ Target *Qt4Project::createTarget(Profile *p, const QList<BuildConfigurationInfo>
|
||||
|
||||
// Deploy Configurations:
|
||||
t->updateDefaultDeployConfigurations();
|
||||
|
||||
// Run Configurations:
|
||||
t->updateDefaultRunConfigurations();
|
||||
// Do not create Run Configurations: Those will be generated later anyway.
|
||||
|
||||
return t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user