forked from qt-creator/qt-creator
ProjectExplorer: Proliferate Utils::FilePath use
Move the .toString() uses into DeploymentData::addFilesFromDeploymentFile Change-Id: Ic9ef22da1918ca105c92f0231960dab27b0d80bb Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1086,8 +1086,7 @@ DeploymentData CMakeBuildSystem::deploymentData() const
|
||||
if (!hasDeploymentFile)
|
||||
return result;
|
||||
|
||||
deploymentPrefix = result.addFilesFromDeploymentFile(deploymentFilePath.toString(),
|
||||
sourceDir.toString());
|
||||
deploymentPrefix = result.addFilesFromDeploymentFile(deploymentFilePath, sourceDir);
|
||||
for (const CMakeBuildTarget &ct : m_buildTargets) {
|
||||
if (ct.targetType == ExecutableType || ct.targetType == DynamicLibraryType) {
|
||||
if (!ct.executable.isEmpty()
|
||||
|
||||
Reference in New Issue
Block a user