mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(qt) don't need -lrt for build
This commit is contained in:
parent
076eca895f
commit
e78701ab15
1 changed files with 1 additions and 2 deletions
|
@ -11,14 +11,13 @@ CONFIG += qt qdbus thread debug link_pkgconfig
|
|||
QT += network
|
||||
PKGCONFIG = fontconfig libcurl openssl
|
||||
|
||||
LIBS += -levent -lrt
|
||||
|
||||
TRANSMISSION_TOP = ..
|
||||
INCLUDEPATH += $${TRANSMISSION_TOP}
|
||||
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 += -levent
|
||||
|
||||
TRANSLATIONS += transmission_en.ts transmission_ru.ts
|
||||
|
||||
|
|
Loading…
Reference in a new issue