From 221d356210848765f21db596a8a873ba274fdb19 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 26 Nov 2019 17:11:01 +0100 Subject: Qmake: Make proper use of BuildDirectoryAspect Change-Id: I439496c85f7e0f402ab038de6a8171dd2f7d2ffd Reviewed-by: hjk --- src/plugins/winrt/winrtrunconfiguration.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/plugins/winrt') diff --git a/src/plugins/winrt/winrtrunconfiguration.cpp b/src/plugins/winrt/winrtrunconfiguration.cpp index 663ffdea915..163fc2f5d96 100644 --- a/src/plugins/winrt/winrtrunconfiguration.cpp +++ b/src/plugins/winrt/winrtrunconfiguration.cpp @@ -40,7 +40,8 @@ namespace Internal { UninstallAfterStopAspect::UninstallAfterStopAspect() : BaseBoolAspect("WinRtRunConfigurationUninstallAfterStopId") { - setLabel(WinRtRunConfiguration::tr("Uninstall package after application stops")); + setLabel(WinRtRunConfiguration::tr("Uninstall package after application stops"), + LabelPlacement::AtCheckBox); } // LoopbackExemptClientAspect @@ -48,8 +49,8 @@ UninstallAfterStopAspect::UninstallAfterStopAspect() LoopbackExemptClientAspect::LoopbackExemptClientAspect() : BaseBoolAspect("WinRtRunConfigurationLoopbackExemptClient") { - setLabel(WinRtRunConfiguration::tr("Enable localhost communication for " - "clients")); + setLabel(WinRtRunConfiguration::tr("Enable localhost communication for clients"), + LabelPlacement::AtCheckBox); } // LoopbackExemptServerAspect @@ -58,7 +59,8 @@ LoopbackExemptServerAspect::LoopbackExemptServerAspect() : BaseBoolAspect("WinRtRunConfigurationLoopbackExemptServer") { setLabel(WinRtRunConfiguration::tr("Enable localhost communication for " - "servers (requires elevated rights)")); + "servers (requires elevated rights)"), + LabelPlacement::AtCheckBox); } // WinRtRunConfiguration -- cgit v1.2.3