Add BOOST_THREAD_USE_LIB define.
This commit is contained in:
parent
0e569e4a27
commit
3f197952bd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ TEMPLATE = app
|
|||
TARGET =
|
||||
VERSION = 0.5.0
|
||||
INCLUDEPATH += src src/json src/qt
|
||||
DEFINES += QT_GUI
|
||||
DEFINES += QT_GUI BOOST_THREAD_USE_LIB
|
||||
CONFIG += no_include_pwd
|
||||
|
||||
# for boost 1.37, add -mt to the boost libraries
|
||||
|
|
Loading…
Add table
Reference in a new issue