Add missing include library to prevent link failure

When cross-compiling the uuid library needs to be included
explicitly so the linker has access to _IID_IUnknown et al.

Change-Id: I713af426357603c08eef55857be20105e5aa6eba
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
bb10
kb 2012-05-13 23:03:06 +02:00 committed by Qt by Nokia
parent fe5d5fdaf1
commit dfd9ef3469
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ HEADERS += \
include(../../../../3rdparty/iaccessible2/iaccessible2.pri)
}
win32-g++*: LIBS *= -luuid