mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
fixed compilation of retroshare-nogui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5262 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f68cc45461
commit
efa5460a52
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ linux-* {
|
|||
}
|
||||
|
||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||
LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2
|
||||
LIBS += -lssl -lgpgme -lupnp -lixml -lgnome-keyring
|
||||
}
|
||||
|
||||
|
@ -55,7 +56,7 @@ win32 {
|
|||
MOC_DIR = temp/moc
|
||||
|
||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||
LIBS += ../../openpgpsdk/lib/libops.a -lbz2
|
||||
LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2
|
||||
LIBS += -L"../../../lib" -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz
|
||||
LIBS += -lssl -lcrypto -lgpgme -lpthreadGC2d -lminiupnpc -lz
|
||||
# added after bitdht
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue