diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 01:54:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 01:54:43 (GMT) |
commit | d055200c95f6422bd95dbf6384c251346ffa3697 (patch) | |
tree | 82547a1970057999db9e0be842aed1fbc5c7d2c0 /boost.pri | |
parent | a6e4b95f1a8f1597625aa34010e84dc90dc644da (diff) | |
parent | b00edfdd22123dce297cc3e4e12ae712600754d3 (diff) |
Merge pull request #34 from donbright/master
fix GLX X11 bug, improve test CMakeLists
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ boost { win32 { LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1 } else { + # some platforms have only '-mt' versions. uncomment if needed. + # LIBS += -lboost_thread-mt -lboost_program_options-mt LIBS += -lboost_thread -lboost_program_options } } |