1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-02-05 19:34:16 +00:00

add BDB path for win32 qmake

This commit is contained in:
R4SAS 2017-05-01 19:59:16 +03:00
parent c2d560f834
commit 64a401b866

View File

@ -376,6 +376,7 @@ isEmpty(BOOST_THREAD_LIB_SUFFIX) {
isEmpty(BDB_LIB_PATH) {
macx:BDB_LIB_PATH = /opt/local/lib/db48
win32:BDB_LIB_PATH = /usr/local/lib
}
isEmpty(BDB_LIB_SUFFIX) {
@ -384,6 +385,7 @@ isEmpty(BDB_LIB_SUFFIX) {
isEmpty(BDB_INCLUDE_PATH) {
macx:BDB_INCLUDE_PATH = /opt/local/include/db48
win32:BDB_INCLUDE_PATH = /usr/local/include
}
isEmpty(BOOST_LIB_PATH) {