Ticket #29417: patch-qt-qtr.pro.diff

File patch-qt-qtr.pro.diff, 905 bytes (added by rudloff@…, 13 years ago)

Patch for +qt

  • .pro

    old new  
    44VERSION = 2.00
    55LICENSE = "GPL"
    66
    7 target.path = /bin
     7target.path = @PREFIX@/bin
    88INSTALLS += target
    99
    1010unix: INSTALLS += man
    11 man.path = /share/man/man1/
     11man.path = @PREFIX@/share/man/man1/
    1212man.files = transmission-qt.1
    1313
    14 CONFIG += qt qdbus thread debug link_pkgconfig
     14CONFIG += qt qdbus thread link_pkgconfig
    1515QT += network
    1616PKGCONFIG = fontconfig libcurl openssl libevent
    1717
     
    2121LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
    2222LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
    2323LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
    24 unix: LIBS += -L$${EVENT_TOP}/lib -levent -lz
     24unix: LIBS += -lintl -levent -lz
    2525win32:DEFINES += QT_DBUS
    2626win32:LIBS += -levent -lws2_32 -lintl
    2727win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi