mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added includepath for gpgme and gpg-error
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1417 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
16c97138e3
commit
f24e2dda02
@ -11,7 +11,14 @@ profiling {
|
||||
QMAKE_CXXFLAGS *= -pg -g -fno-omit-frame-pointer
|
||||
}
|
||||
pgp {
|
||||
|
||||
SSL_DIR=/usr/include/openssl
|
||||
#SSL_DIR=../../../../openssl-0.9.8k
|
||||
GPG_ERROR_DIR=../../../../libgpg-error-1.7
|
||||
GPGME_DIR = ../../../../gpgme-1.1.8
|
||||
|
||||
INCLUDEPATH += . $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src
|
||||
|
||||
DEFINES -=PQI_USE_XPGP
|
||||
DEFINES *= RS_USE_PGPSSL
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user