mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +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 \
|
-lssl \
|
||||||
-lsodium \
|
-lsodium \
|
||||||
-lcrypto \
|
-lcrypto \
|
||||||
-lws2_32
|
-lws2_32 \
|
||||||
|
-lole32
|
||||||
|
|
||||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||||
message("Target is 32bit")
|
message("Target is 32bit")
|
||||||
|
|
Loading…
Reference in a new issue