Merge pull request #2692

e74075b build: link ole32 on windows (selsta)
This commit is contained in:
luigi1111 2020-01-06 11:17:47 -05:00
commit 7462c64fe2
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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")