From 9f88e9a0a824a46565c3bf768f725130feeebc7c Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Fri, 14 Dec 2012 00:58:19 +1100 Subject: Add missing uuid lib for qaccessibility test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IID_IAccessible requires linking with the uuid lib. Change-Id: Ic34d5c9bdb6168df7d2447c8aebf1bc519e5f7cd Reviewed-by: Janne Anttila Reviewed-by: Kai Koehne Reviewed-by: Friedemann Kleint Reviewed-by: Jan Arve Sæther --- tests/auto/other/qaccessibility/qaccessibility.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto') diff --git a/tests/auto/other/qaccessibility/qaccessibility.pro b/tests/auto/other/qaccessibility/qaccessibility.pro index 919c24d80b..54a076b8fa 100644 --- a/tests/auto/other/qaccessibility/qaccessibility.pro +++ b/tests/auto/other/qaccessibility/qaccessibility.pro @@ -17,6 +17,6 @@ win32 { include(../../../../src/3rdparty/iaccessible2/iaccessible2.pri) DEFINES += QT_SUPPORTS_IACCESSIBLE2 } - LIBS += -loleacc -loleaut32 -lole32 + LIBS += -loleacc -loleaut32 -lole32 -luuid } DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3