removed unused library links for linux make

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1830 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-11-16 10:52:59 +00:00
parent 97770a16f2
commit 5a776b1eff

View File

@ -14,7 +14,7 @@ MOC_DIR = temp/moc
linux-* {
CONFIG += version_detail_bash_script
LIBS += ../../libretroshare/src/lib/libretroshare.a
LIBS += -lssl -lcrypto -lgpgme -lpthread -lupnp
LIBS += -lssl -lgpgme -lupnp
}
linux-g++ {