Add boost chrono lib for windows builds (required for boost 1.50)

This commit is contained in:
Wladimir J. van der Laan
2012-08-27 21:25:24 +02:00
parent f29eaee30a
commit ba7ba84f07
3 changed files with 3 additions and 0 deletions

View File

@@ -359,6 +359,7 @@ LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX
# -lgdi32 has to happen after -lcrypto (see #681)
windows:LIBS += -lole32 -luuid -lgdi32
LIBS += -lboost_system$$BOOST_LIB_SUFFIX -lboost_filesystem$$BOOST_LIB_SUFFIX -lboost_program_options$$BOOST_LIB_SUFFIX -lboost_thread$$BOOST_THREAD_LIB_SUFFIX
windows:LIBS += -lboost_chrono$$BOOST_LIB_SUFFIX
contains(RELEASE, 1) {
!windows:!macx {