qmake: Remove last remains of WinCE support
Change-Id: Ifc2ecee8464710efd02a38b3a9794104f15a0f04 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
429d726322
commit
06b5e4d706
@ -637,11 +637,11 @@ void VcprojGenerator::writeSubDirs(QTextStream &t)
|
||||
platform = xplatform;
|
||||
t << "\n\t\t" << (*it)->uuid << QString(_slnProjDbgConfTag1).arg(xplatform) << platform;
|
||||
t << "\n\t\t" << (*it)->uuid << QString(_slnProjDbgConfTag2).arg(xplatform) << platform;
|
||||
if (!project->isEmpty("CE_SDK") && !project->isEmpty("CE_ARCH") || isWinRT)
|
||||
if (isWinRT)
|
||||
t << "\n\t\t" << (*it)->uuid << QString(_slnProjDbgConfTag3).arg(xplatform) << platform;
|
||||
t << "\n\t\t" << (*it)->uuid << QString(_slnProjRelConfTag1).arg(xplatform) << platform;
|
||||
t << "\n\t\t" << (*it)->uuid << QString(_slnProjRelConfTag2).arg(xplatform) << platform;
|
||||
if (!project->isEmpty("CE_SDK") && !project->isEmpty("CE_ARCH") || isWinRT)
|
||||
if (isWinRT)
|
||||
t << "\n\t\t" << (*it)->uuid << QString(_slnProjRelConfTag3).arg(xplatform) << platform;
|
||||
}
|
||||
t << _slnProjConfEnd;
|
||||
@ -1017,7 +1017,7 @@ void VcprojGenerator::initConfiguration()
|
||||
initCustomBuildTool();
|
||||
initPreBuildEventTools();
|
||||
initPostBuildEventTools();
|
||||
// Only deploy for CE and WinRT projects
|
||||
// Only deploy for crosscompiled projects
|
||||
if (!project->isHostBuild() || conf.WinRT)
|
||||
initDeploymentTool();
|
||||
initWinDeployQtTool();
|
||||
|
Loading…
x
Reference in New Issue
Block a user