mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -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
1 changed files with 7 additions and 0 deletions
|
@ -11,7 +11,14 @@ profiling {
|
||||||
QMAKE_CXXFLAGS *= -pg -g -fno-omit-frame-pointer
|
QMAKE_CXXFLAGS *= -pg -g -fno-omit-frame-pointer
|
||||||
}
|
}
|
||||||
pgp {
|
pgp {
|
||||||
|
|
||||||
SSL_DIR=/usr/include/openssl
|
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 -=PQI_USE_XPGP
|
||||||
DEFINES *= RS_USE_PGPSSL
|
DEFINES *= RS_USE_PGPSSL
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue