From a46a723dbab83c777e45f40a6bd685a07d60ca4e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 17 Dec 2020 08:44:19 +0100 Subject: Tests: Fix building with qmake on Windows Apparently some library definitions went overboard, link them directly. Pick-to: 6.0 Change-Id: I009737f7e3edff5619241b700a627dc4e25e6018 Reviewed-by: Joerg Bornemann --- tests/auto/other/qaccessibility/qaccessibility.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/auto/other') diff --git a/tests/auto/other/qaccessibility/qaccessibility.pro b/tests/auto/other/qaccessibility/qaccessibility.pro index 65fdbdc103..f909627cb7 100644 --- a/tests/auto/other/qaccessibility/qaccessibility.pro +++ b/tests/auto/other/qaccessibility/qaccessibility.pro @@ -7,7 +7,4 @@ HEADERS += accessiblewidgets.h unix:!darwin:!haiku:!integity: LIBS += -lm -win32 { - LIBS += -loleacc -loleaut32 - QMAKE_USE += ole32 uuid -} +win32: LIBS += -loleacc -loleaut32 -lole32 -luuid -- cgit v1.2.3