From fe6665f68c713801822903fd7bb11c6434bcaaed Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Fri, 18 Mar 2011 15:15:13 +0000 Subject: [PATCH] (trunk qt) #4130 "Remove -levent from qtr.pro and let pkg-config takes care of it." -- apply patch from mezz. --- qt/qtr.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/qtr.pro b/qt/qtr.pro index 96813624c..eda927f83 100644 --- a/qt/qtr.pro +++ b/qt/qtr.pro @@ -23,9 +23,9 @@ LIBS += $${TRANSMISSION_TOP}/third-party/libutp/libutp.a LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a -unix: LIBS += -L$${EVENT_TOP}/lib -levent -lz -lrt +unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt win32:DEFINES += QT_DBUS -win32:LIBS += -levent -lws2_32 -lintl +win32:LIBS += -levent-2.0 -lws2_32 -lintl win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi TRANSLATIONS += translations/transmission_en.ts \