From 373cf9437924e0df8d1899943e6476f33f62e559 Mon Sep 17 00:00:00 2001 From: Laser9un Date: Wed, 25 Sep 2019 23:28:50 +0300 Subject: [PATCH] Change the path for macx --- novacoin-qt.pro | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/novacoin-qt.pro b/novacoin-qt.pro index 16277f7..d21d5af 100644 --- a/novacoin-qt.pro +++ b/novacoin-qt.pro @@ -23,7 +23,7 @@ win32-g++-cross: QMAKE_TARGET.arch = $$TARGET_PLATFORM # use: qmake BOOST_LIB_SUFFIX=-mt # for boost thread win32 with _win32 sufix # use: BOOST_THREAD_LIB_SUFFIX=_win32-... -# or when linking against a specific BerkelyDB version: BDB_LIB_SUFFIX=-6.1 +# or when linking against a specific BerkelyDB version: BDB_LIB_SUFFIX=-6.0 # Dependency library locations can be customized with: # BOOST_INCLUDE_PATH, BOOST_LIB_PATH, BDB_INCLUDE_PATH, @@ -426,7 +426,7 @@ isEmpty(BOOST_THREAD_LIB_SUFFIX) { } isEmpty(BDB_LIB_PATH) { - macx:BDB_LIB_PATH = /usr/local/BerkeleyDB.6.1/lib + macx:BDB_LIB_PATH = /opt/local/lib/db60 } isEmpty(OPENSSL_LIB_PATH) { @@ -446,11 +446,11 @@ isEmpty(OPENSSL_INCLUDE_PATH) { } isEmpty(BOOST_LIB_PATH) { - macx:BOOST_LIB_PATH = /opt/local/lib + macx:BOOST_LIB_PATH = /usr/local/opt/boost@1.60/lib } isEmpty(BOOST_INCLUDE_PATH) { - macx:BOOST_INCLUDE_PATH = /opt/local/include + macx:BOOST_INCLUDE_PATH = /usr/local/opt/boost@1.60/include } windows:DEFINES += WIN32 -- 1.7.1