summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/winrt/winrt.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@theqtcompany.com>2015-12-02 13:17:30 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-12-03 18:38:45 +0000
commit13fd3e9611391742b4bea86cb2f4740534daf695 (patch)
tree416d47002271fa6d81bf26bb266ae0d73f76143d /src/plugins/sensors/winrt/winrt.pro
parent2494c271d49f30e783cba20dd430b64bb9261702 (diff)
winrt: Fix application hang on sensor start/stop
If addition and removal are not done in the Xaml thread, the functions might not return at all. Task-number: QTBUG-49741 Change-Id: Iabdea2c7ee18bf851ab70adfeb28b09781b8b609 Reviewed-by: Andrew Knight <andrew.knight@intopalo.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
Diffstat (limited to 'src/plugins/sensors/winrt/winrt.pro')
-rw-r--r--src/plugins/sensors/winrt/winrt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sensors/winrt/winrt.pro b/src/plugins/sensors/winrt/winrt.pro
index 4a03bf2e..67ae5304 100644
--- a/src/plugins/sensors/winrt/winrt.pro
+++ b/src/plugins/sensors/winrt/winrt.pro
@@ -1,5 +1,5 @@
TARGET = qtsensors_winrt
-QT = sensors core
+QT = sensors core core_private
PLUGIN_TYPE = sensors
PLUGIN_CLASS_NAME = WinRtSensorPlugin