From 7e6ad94f82b1ab84689a4775e0e28925f51dc0a1 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 14 Jul 2012 08:49:49 +0000 Subject: [PATCH] Removed usage of gpg from the pro-file of the plugins. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5297 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- plugins/Common/retroshare_plugin.pri | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/Common/retroshare_plugin.pri b/plugins/Common/retroshare_plugin.pri index cdd40b12f..c3ffc1f58 100644 --- a/plugins/Common/retroshare_plugin.pri +++ b/plugins/Common/retroshare_plugin.pri @@ -40,20 +40,17 @@ win32 { SOURCES += upnp/upnputil.c UPNPC_DIR = ../../../lib/miniupnpc-1.3 - GPG_ERROR_DIR = ../../../lib/libgpg-error-1.10 - GPGME_DIR = ../../../lib/gpgme-1.1.8 - PTHREADS_DIR = ../../../lib/pthreads-w32-2-8-0-release ZLIB_DIR = ../../../lib/zlib-1.2.3 SSL_DIR = ../../../../OpenSSL - INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR} $${GPGME_DIR}/src $${GPG_ERROR_DIR}/src + INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${PTHREADS_DIR} $${ZLIB_DIR} PRE_TARGETDEPS += ../../retroshare-gui/src/lib/libretroshare-gui.a LIBS += -L"../../retroshare-gui/src/lib" -lretroshare-gui LIBS += -L"../../../lib" - LIBS += -lssl -lcrypto -lgpgme -lpthreadGC2d -lminiupnpc -lz + LIBS += -lssl -lcrypto -lpthreadGC2d -lminiupnpc -lz # added after bitdht LIBS += -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32 LIBS += -lole32 -lwinmm