We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a09cd6 commit 86578adCopy full SHA for 86578ad
qt/qt.pro
@@ -82,7 +82,8 @@ QMAKE_CXXFLAGS += -std=c++11 -Wextra -Werror
82
mingw:QMAKE_CXXFLAGS += -mno-ms-bitfields
83
84
unix: {
85
- LIBS += -lboost_system -lboost_thread
+ # use static linking for boost to avoid version dependency issues
86
+ LIBS += -Wl,-Bstatic -lboost_system -lboost_thread -Wl,-Bdynamic
87
}
88
89
win32: {
0 commit comments