mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
build: link ole32 on windows
This commit is contained in:
parent
43f378b7d2
commit
e74075bb0e
1 changed files with 2 additions and 1 deletions
|
@ -299,7 +299,8 @@ win32 {
|
|||
-lssl \
|
||||
-lsodium \
|
||||
-lcrypto \
|
||||
-lws2_32
|
||||
-lws2_32 \
|
||||
-lole32
|
||||
|
||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||
message("Target is 32bit")
|
||||
|
|
Loading…
Reference in a new issue