update Boost version to 1.49 for Windows in the Qt project file
- add -s flag as we also use a static build in makefile.mingw
This commit is contained in:
parent
6e3a1a3742
commit
a75b45fcd3
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ OTHER_FILES += \
|
||||||
# platform specific defaults, if not overridden on command line
|
# platform specific defaults, if not overridden on command line
|
||||||
isEmpty(BOOST_LIB_SUFFIX) {
|
isEmpty(BOOST_LIB_SUFFIX) {
|
||||||
macx:BOOST_LIB_SUFFIX = -mt
|
macx:BOOST_LIB_SUFFIX = -mt
|
||||||
windows:BOOST_LIB_SUFFIX = -mgw44-mt-1_43
|
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_49
|
||||||
}
|
}
|
||||||
|
|
||||||
isEmpty(BOOST_THREAD_LIB_SUFFIX) {
|
isEmpty(BOOST_THREAD_LIB_SUFFIX) {
|
||||||
|
|
Loading…
Reference in a new issue