mirror of
https://github.com/transmission/transmission
synced 2025-03-05 11:08:04 +00:00
(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
This commit is contained in:
parent
bd0a4ab5bb
commit
ec5801b5e7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue