mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
updated .pro files for compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ba0cca637b
commit
f68cc45461
3 changed files with 5 additions and 5 deletions
|
@ -183,7 +183,7 @@ linux-* {
|
|||
INCLUDEPATH *= /usr/lib/x86_64-linux-gnu/glib-2.0/include/
|
||||
INCLUDEPATH *= /usr/lib/i386-linux-gnu/glib-2.0/include/
|
||||
|
||||
OPENPGPSDK_DIR = ../../openpgpsdk/include
|
||||
OPENPGPSDK_DIR = ../../openpgpsdk/src
|
||||
INCLUDEPATH *= $${OPENPGPSDK_DIR}
|
||||
|
||||
DESTDIR = lib
|
||||
|
|
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
#include <openpgpsdk/keyring.h>
|
||||
#include <openpgpsdk/readerwriter.h>
|
||||
#include <openpgpsdk/validate.h>
|
||||
#include <openpgpsdk/../../src/parse_local.h>
|
||||
#include <openpgpsdk/parse_local.h>
|
||||
}
|
||||
#include "pgphandler.h"
|
||||
#include "retroshare/rsiface.h" // For rsicontrol.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue