fix for linux compilation case where sqlcipher is present in a subdirectory of trunk (Patch from Heini)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8121 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-04-04 19:24:14 +00:00
parent 152dfde4c6
commit a15b69f5e9

View File

@ -149,6 +149,9 @@ linux-* {
!exists(../../../lib/sqlcipher/.libs/libsqlcipher.a) {
message(libsqlcipher.a not found. Compilation will not use SQLCIPER. Database will be unencrypted.)
DEFINES *= NO_SQLCIPHER
} else {
DEPENDPATH += ../../../lib/
INCLUDEPATH += ../../../lib/
}
}