forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: src/libs/utils/fileutils.cpp src/plugins/remotelinux/deployablefilesperprofile.cpp src/plugins/remotelinux/genericdirectuploadservice.cpp src/tools/qtcreatorcrashhandler/main.cpp Change-Id: I830287691e7085fe9c94597e23ec7be64eb8be42
This commit is contained in:
@@ -1471,7 +1471,8 @@ void Qt4Project::collectData(const Qt4ProFileNode *node, DeploymentData &deploym
|
||||
switch (node->projectType()) {
|
||||
case ApplicationTemplate:
|
||||
if (!installsList.targetPath.isEmpty())
|
||||
deploymentData.addFile(node->targetInformation().executable, installsList.targetPath);
|
||||
deploymentData.addFile(node->targetInformation().executable, installsList.targetPath,
|
||||
DeployableFile::TypeExecutable);
|
||||
break;
|
||||
case LibraryTemplate:
|
||||
collectLibraryData(node, deploymentData);
|
||||
|
||||
Reference in New Issue
Block a user