From 439847b4f2ed31386d98802398fa7e8ad0ebf54e Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Fri, 10 Jun 2016 09:40:58 +0200 Subject: Add config test for winrt plugin The WinRT positioning plugin can also be compiled for the desktop. This support has been experimental and is now enabled by default via checking existence of the API on the build machine. [ChangeLog][Positioning][Windows] Enable WinRT backend for MSVC2013/2015 Task-number: QTBUG-53925 Change-Id: I674b14df2eee551b21e13e2f5a28de97ed5e4eeb Reviewed-by: Oliver Wolff --- qtlocation.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtlocation.pro') diff --git a/qtlocation.pro b/qtlocation.pro index 3104465f..53069981 100644 --- a/qtlocation.pro +++ b/qtlocation.pro @@ -1,4 +1,5 @@ load(configure) qtCompileTest(gypsy) +qtCompileTest(winrt) load(qt_parts) -- cgit v1.2.1