forked from qt-creator/qt-creator
ProjectExplorer: Remove one constructor overload of DeployableFile
Change-Id: I87e444349129e9370b5fec505444723d36e21448 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -201,7 +201,7 @@ void MakeInstallStep::finish(bool success)
|
||||
const DeployableFile::Type type = appFileNames.contains(fi.fileName())
|
||||
? DeployableFile::TypeExecutable
|
||||
: DeployableFile::TypeNormal;
|
||||
m_deploymentData.addFile(fi.filePath(),
|
||||
m_deploymentData.addFile(FilePath::fromString(fi.filePath()),
|
||||
fi.dir().path().mid(installRoot().toString().length()), type);
|
||||
}
|
||||
buildSystem()->setDeploymentData(m_deploymentData);
|
||||
|
||||
Reference in New Issue
Block a user