diff options
| author | xiphon <xiphon@protonmail.com> | 2019-05-22 10:54:05 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-05-22 10:54:05 +0000 |
| commit | fbd6d683ede4e01ffc9c3e6d104fbf578969a5e8 (patch) | |
| tree | 1591a13a8c029ec6b0a2bb4cb1f6bb858fdca63e | |
| parent | c286c7e5a8e67d769bc9054f661ab742a8b1a5ba (diff) | |
| download | monzero-gui-fbd6d683ede4e01ffc9c3e6d104fbf578969a5e8.tar.gz monzero-gui-fbd6d683ede4e01ffc9c3e6d104fbf578969a5e8.tar.xz monzero-gui-fbd6d683ede4e01ffc9c3e6d104fbf578969a5e8.zip | |
build: Windows statically link gcc and c++ runtime
| -rw-r--r-- | monero-wallet-gui.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index dacf11b7..86072b68 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -255,6 +255,8 @@ win32 { LIBS+=-L$$BOOST_PATH/lib LIBS+=-L$$BOOST_MINGW_PATH/lib + QMAKE_LFLAGS += -static-libgcc -static-libstdc++ + LIBS+= \ -Wl,-Bstatic \ -lboost_serialization-mt \ @@ -272,6 +274,7 @@ win32 { -licudt \ -licutu \ -liconv \ + -lpthread \ -lssl \ -lsodium \ -lcrypto \ |
