summaryrefslogtreecommitdiff
path: root/config.tests/winrt
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-191-2/+0
| | | | | | Task-number: QTBUG-57288 Change-Id: I8ae2e044d6e4db0664cc81e216a5db505530687b Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* winrt: Add GeolocationAccessStatus existence checkMaurice Kalinowski2016-07-011-0/+6
| | | | | | | | | | | | | | GeolocationAccessStatus was added in the 10586 SDK which is the minimum SDK version for Windows 10 development. However, some updates might keep 10240 and caused the config test to succeed and then fail compilation later on. Hence add it to the config test and disable the winrt plugin if it it not available. Task-number: QTBUG-54474 Change-Id: I3931bcd1125026c438bff991b9a9d053efcb31f7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Add config test for winrt pluginMaurice Kalinowski2016-06-102-0/+48
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 <oliver.wolff@qt.io>