Ticket #29417: patch-qt-qtr.pro.beta.diff
File patch-qt-qtr.pro.beta.diff, 902 bytes (added by rudloff@…, 13 years ago) |
---|
-
.pro
old new 4 4 VERSION = 2.00 5 5 LICENSE = "GPL" 6 6 7 target.path = /bin7 target.path = @PREFIX@/bin 8 8 INSTALLS += target 9 9 10 10 unix: INSTALLS += man 11 man.path = /share/man/man1/11 man.path = @PREFIX@/share/man/man1/ 12 12 man.files = transmission-qt.1 13 13 14 CONFIG += qt qdbus thread debuglink_pkgconfig14 CONFIG += qt qdbus thread link_pkgconfig 15 15 QT += network 16 16 PKGCONFIG = fontconfig libcurl openssl libevent 17 17 … … 21 21 LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a 22 22 LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a 23 23 LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a 24 unix: LIBS += - L$${EVENT_TOP}/lib -lz -lrt24 unix: LIBS += -lintl -levent -lz 25 25 win32:DEFINES += QT_DBUS 26 26 win32:LIBS += -levent -lws2_32 -lintl 27 27 win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi