forked from qt-creator/qt-creator
Update qbs submodule.
To HEAD of 1.4 branch. Also do the necessary adaptation in QbsProjectManager. Change-Id: I810502c5be14ff8e93c886dae931cd4bceb81d13 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -902,9 +902,8 @@ void QbsProject::updateDeploymentInfo()
|
|||||||
installOptions.setInstallRoot(QLatin1String("/"));
|
installOptions.setInstallRoot(QLatin1String("/"));
|
||||||
foreach (const qbs::InstallableFile &f, m_qbsProject
|
foreach (const qbs::InstallableFile &f, m_qbsProject
|
||||||
.installableFilesForProject(m_projectData, installOptions)) {
|
.installableFilesForProject(m_projectData, installOptions)) {
|
||||||
deploymentData.addFile(f.sourceFilePath(), f.targetDirectory(), f.isExecutable()
|
deploymentData.addFile(f.sourceFilePath(), QFileInfo(f.targetFilePath()).path(),
|
||||||
? DeployableFile::TypeExecutable
|
f.isExecutable() ? DeployableFile::TypeExecutable : DeployableFile::TypeNormal);
|
||||||
: DeployableFile::TypeNormal);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
activeTarget()->setDeploymentData(deploymentData);
|
activeTarget()->setDeploymentData(deploymentData);
|
||||||
|
Submodule src/shared/qbs updated: 549274d305...a34e10961d
Reference in New Issue
Block a user