Skip to content

Commit

Permalink
Merge pull request #16 from VeriumReserve/master
Browse files Browse the repository at this point in the history
update library version for windows
  • Loading branch information
effectsToCause committed Oct 18, 2017
2 parents a0c1dd1 + fa5f3d9 commit 38ce5d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions verium-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ windows {
lessThan(QT_VERSION, 5.4) {
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
} else {
BOOST_LIB_SUFFIX=-mgw49-mt-s-1_55
BOOST_LIB_SUFFIX=-mgw49-mt-s-1_57
}
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BOOST_INCLUDE_PATH=C:/deps/boost_1_57_0
BOOST_LIB_PATH=C:/deps/boost_1_57_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1m/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1m
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1l/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1l
MINIUPNPC_INCLUDE_PATH=C:/deps
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
Expand Down

0 comments on commit 38ce5d9

Please sign in to comment.