mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
(trunk qt) #4130 "Remove -levent from qtr.pro and let pkg-config takes care of it." -- apply patch from mezz.
This commit is contained in:
parent
e14f36edc3
commit
fe6665f68c
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue