Browse Source

fix target statements

pull/26/head
R4SAS 7 years ago
parent
commit
60b940c754
  1. 2
      gostcoin-qt.pro

2
gostcoin-qt.pro

@ -428,7 +428,7 @@ LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX -lz @@ -428,7 +428,7 @@ LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX -lz
win32:LIBS += -lws2_32 -lshlwapi -lmswsock -lole32 -loleaut32 -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
win32:macx {
win32|macx {
LIBS += -lboost_chrono$$BOOST_LIB_SUFFIX
}

Loading…
Cancel
Save