forked from qt-creator/qt-creator
Merge commit 'd83fb4d63c9fd92e0e6f429cbd56fa244bddc093'
Change-Id: Ibd6f8cd83c60f0c65387b62b7692aa8a4c025acb
This commit is contained in:
@@ -397,6 +397,11 @@ QList<Utils::FileName> MsvcToolChain::suggestedMkspecList() const
|
||||
case Abi::WindowsMsvc2013Flavor:
|
||||
return QList<Utils::FileName>()
|
||||
<< Utils::FileName::fromLatin1("win32-msvc2013")
|
||||
<< Utils::FileName::fromLatin1("winphone-arm-msvc2013")
|
||||
<< Utils::FileName::fromLatin1("winphone-x86-msvc2013")
|
||||
<< Utils::FileName::fromLatin1("winrt-arm-msvc2013")
|
||||
<< Utils::FileName::fromLatin1("winrt-x86-msvc2013")
|
||||
<< Utils::FileName::fromLatin1("winrt-x64-msvc2013")
|
||||
<< Utils::FileName::fromLatin1("win32-msvc2012")
|
||||
<< Utils::FileName::fromLatin1("win32-msvc2010");
|
||||
default:
|
||||
|
@@ -151,6 +151,8 @@ bool WinRtPackageDeploymentStep::processSucceeded(int exitCode, QProcess::ExitSt
|
||||
QList<QPair<QString, QString> > installableFilesList;
|
||||
foreach (DeployableFile file, target()->deploymentData().allFiles()) {
|
||||
QString remoteFilePath = file.remoteFilePath();
|
||||
while (remoteFilePath.startsWith(QLatin1Char('/')))
|
||||
remoteFilePath.remove(0, 1);
|
||||
QString localFilePath = file.localFilePath().toString();
|
||||
if (localFilePath == m_targetFilePath) {
|
||||
if (!m_targetFilePath.endsWith(QLatin1String(".exe"))) {
|
||||
|
Reference in New Issue
Block a user