From ec5801b5e71bb0aeba408885052ef42be2d3d2b1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 5 Jun 2009 17:10:12 +0000 Subject: [PATCH] (trunk qt) #2169: unconditionally link against the bundled version of libevent, since there's apparently no way to let qmake know what autoconf decided about which version of libevent to use --- qt/qtr.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt/qtr.pro b/qt/qtr.pro index fff09c986..a92bd4a45 100644 --- a/qt/qtr.pro +++ b/qt/qtr.pro @@ -13,10 +13,11 @@ PKGCONFIG = fontconfig libcurl openssl TRANSMISSION_TOP = .. INCLUDEPATH += $${TRANSMISSION_TOP} -LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.a -levent +LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.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 +LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a TRANSLATIONS += transmission_en.ts