build: link ole32 on windows

This commit is contained in:
selsta 2019-12-30 13:29:17 +01:00
parent 43f378b7d2
commit e74075bb0e
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -299,7 +299,8 @@ win32 {
-lssl \
-lsodium \
-lcrypto \
-lws2_32
-lws2_32 \
-lole32
!contains(QMAKE_TARGET.arch, x86_64) {
message("Target is 32bit")