forked from qt-creator/qt-creator
QbsProjectManager: Remove dead code
Change-Id: I71a740d5a97a7d5e493bb6fa6afe124b73753e52 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
@@ -993,8 +993,6 @@ void QbsProject::updateDeploymentInfo()
|
||||
{
|
||||
DeploymentData deploymentData;
|
||||
if (m_qbsProject.isValid()) {
|
||||
qbs::InstallOptions installOptions;
|
||||
installOptions.setInstallRoot(QLatin1String("/"));
|
||||
foreach (const qbs::ArtifactData &f, m_projectData.installableArtifacts()) {
|
||||
deploymentData.addFile(f.filePath(), f.installData().installDir(),
|
||||
f.isExecutable() ? DeployableFile::TypeExecutable : DeployableFile::TypeNormal);
|
||||
|
||||
Reference in New Issue
Block a user