mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 14:07:27 -04:00
Merge pull request #239
7974aba win32: static boost + target i686 (Jaquee)
This commit is contained in:
@@ -79,6 +79,9 @@ win32 {
|
||||
MSYS_PATH=c:/msys32/mingw32
|
||||
}
|
||||
|
||||
# boost root path
|
||||
BOOST_PATH=/c/Qt/Qt5.7.0/Tools/mingw530_32/boost
|
||||
|
||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||
message("Target is 32bit")
|
||||
## Windows x86 (32bit) specific build here
|
||||
@@ -90,17 +93,18 @@ win32 {
|
||||
}
|
||||
|
||||
LIBS+=-L$$MSYS_PATH/lib
|
||||
LIBS+=-L$$BOOST_PATH/lib
|
||||
|
||||
LIBS+= \
|
||||
-Wl,-Bstatic \
|
||||
-lboost_serialization-mt \
|
||||
-lboost_thread-mt \
|
||||
-lboost_system-mt \
|
||||
-lboost_date_time-mt \
|
||||
-lboost_filesystem-mt \
|
||||
-lboost_regex-mt \
|
||||
-lboost_chrono-mt \
|
||||
-lboost_program_options-mt \
|
||||
-lboost_serialization-mt-s \
|
||||
-lboost_thread-mt-s \
|
||||
-lboost_system-mt-s \
|
||||
-lboost_date_time-mt-s \
|
||||
-lboost_filesystem-mt-s \
|
||||
-lboost_regex-mt-s \
|
||||
-lboost_chrono-mt-s \
|
||||
-lboost_program_options-mt-s \
|
||||
-lssl \
|
||||
-lcrypto \
|
||||
-Wl,-Bdynamic \
|
||||
|
||||
Reference in New Issue
Block a user