From 66ef82484e7e8b1e6b8ebe8f97380b00280e173b Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 21 Nov 2018 13:45:12 +0100 Subject: winrt: Fix msvc condition in configure tests Versioned win32-msvc legacy scopes have been deprecated and might yield wrong results. As we do not support any versions older than the previously checked ones an unversioned check is fine. Change-Id: I234c5204c58e76a1a685f24c2aba316b1fe50508 Reviewed-by: Andy Shaw Reviewed-by: Oswald Buddenhagen --- config.tests/winrt/winrt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests') diff --git a/config.tests/winrt/winrt.pro b/config.tests/winrt/winrt.pro index 1476abc9..06c2249e 100644 --- a/config.tests/winrt/winrt.pro +++ b/config.tests/winrt/winrt.pro @@ -1,5 +1,5 @@ SOURCES += main.cpp -win32-msvc201* { +msvc { LIBS += runtimeobject.lib CONFIG += console } -- cgit v1.2.1