mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-23 16:39:16 -04:00
added missing dependencies in INCLUDEPATH if sqlcipher is not installed in the system
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7503 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
35a51235fd
commit
c7f551a0d1
@ -88,6 +88,7 @@ linux-* {
|
||||
}
|
||||
|
||||
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
|
||||
INCLUDEPATH += ../../../lib/sqlcipher/src/
|
||||
} else {
|
||||
LIBS += -lsqlcipher
|
||||
}
|
||||
|
@ -42,6 +42,7 @@ linux-* {
|
||||
}
|
||||
|
||||
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
|
||||
INCLUDEPATH += ../../../lib/sqlcipher/src/
|
||||
} else {
|
||||
LIBS += -lsqlcipher
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user