From 29c07f48592eea1b61e09567d65b6add26c7caf0 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 12 Sep 2018 12:20:33 +0200 Subject: winrt: Add possibility to use loopbackExemption from Creator In order to be able to communicate with loopback addresses, winrtrunner has to be passed loopbackExempt flags. Loopback exemption can only be used while developing/debugging and will not be added to final versions of the applications. Change-Id: Ia5e7ec9b106f86ba1971eac8514e652ccacb40c3 Reviewed-by: Oliver Wolff Reviewed-by: hjk Reviewed-by: David Schulz --- src/plugins/winrt/winrtrunconfiguration.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/plugins/winrt/winrtrunconfiguration.h') diff --git a/src/plugins/winrt/winrtrunconfiguration.h b/src/plugins/winrt/winrtrunconfiguration.h index 08be96f2b6..41621dbb36 100644 --- a/src/plugins/winrt/winrtrunconfiguration.h +++ b/src/plugins/winrt/winrtrunconfiguration.h @@ -38,6 +38,22 @@ public: UninstallAfterStopAspect(); }; +class LoopbackExemptClientAspect : public ProjectExplorer::BaseBoolAspect +{ + Q_OBJECT + +public: + LoopbackExemptClientAspect(); +}; + +class LoopbackExemptServerAspect : public ProjectExplorer::BaseBoolAspect +{ + Q_OBJECT + +public: + LoopbackExemptServerAspect(); +}; + class WinRtRunConfiguration : public ProjectExplorer::RunConfiguration { Q_OBJECT -- cgit v1.2.1