summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-17 08:44:19 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-17 13:02:15 +0100
commita46a723dbab83c777e45f40a6bd685a07d60ca4e (patch)
tree1695b39f985714e5fbf1f04d5a442aadbf65e85d /tests/auto/other
parentf0668433c4041a00399eeb29856273fce1389bf3 (diff)
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/qaccessibility/qaccessibility.pro5
1 files changed, 1 insertions, 4 deletions
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