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
parent
fe5d5fdaf1
commit
dfd9ef3469
|
|
@ -14,3 +14,4 @@ HEADERS += \
|
|||
include(../../../../3rdparty/iaccessible2/iaccessible2.pri)
|
||||
}
|
||||
|
||||
win32-g++*: LIBS *= -luuid
|
||||
Loading…
Reference in New Issue