transmission/qt/qtr.pro

80 lines
2.2 KiB
Prolog
Raw Normal View History

TARGET = transmission-qt
NAME = "Transmission"
DESCRIPTION = "Transmission: a fast, easy, and free BitTorrent client"
VERSION = 2.00
LICENSE = "GPL"
target.path = /bin
INSTALLS += target
2009-04-09 18:55:47 +00:00
2010-06-26 21:42:50 +00:00
unix: INSTALLS += man
man.path = /share/man/man1/
man.files = transmission-qt.1
CONFIG += qt qdbus thread debug link_pkgconfig
2009-04-09 18:55:47 +00:00
QT += network
PKGCONFIG = fontconfig libcurl openssl libevent
2009-04-09 18:55:47 +00:00
TRANSMISSION_TOP = ..
include(config.pri)
INCLUDEPATH = $${EVENT_TOP}/include $${INCLUDEPATH}
2009-04-09 18:55:47 +00:00
INCLUDEPATH += $${TRANSMISSION_TOP}
LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.a
LIBS += $${LIBUTP_LIBS}
LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
LIBS += $${LIBUPNP_LIBS}
LIBS += $${LIBNATPMP_LIBS}
unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt
win32:DEFINES += QT_DBUS
win32:LIBS += -levent-2.0 -lws2_32 -lintl
win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi
2009-04-09 18:55:47 +00:00
TRANSLATIONS += translations/transmission_en.ts \
translations/transmission_es.ts \
translations/transmission_eu.ts \
translations/transmission_kk.ts \
translations/transmission_lt.ts \
translations/transmission_pt_BR.ts \
translations/transmission_ru.ts
2009-04-09 18:55:47 +00:00
FORMS += mainwin.ui
2009-04-09 18:55:47 +00:00
RESOURCES += application.qrc
SOURCES += about.cc \
add-data.cc \
app.cc \
dbus-adaptor.cc \
details.cc \
favicon.cc \
file-tree.cc \
filterbar.cc \
filters.cc \
formatter.cc \
hig.cc \
license.cc \
mainwin.cc \
make-dialog.cc \
options.cc \
prefs.cc \
prefs-dialog.cc \
relocate.cc \
session.cc \
session-dialog.cc \
squeezelabel.cc \
stats-dialog.cc \
torrent.cc torrent-delegate.cc \
torrent-delegate-min.cc \
torrent-filter.cc \
torrent-model.cc \
tracker-delegate.cc \
tracker-model.cc \
tracker-model-filter.cc \
triconpushbutton.cc \
utils.cc \
watchdir.cc
HEADERS += $$replace(SOURCES, .cc, .h)
HEADERS += speed.h types.h
2009-04-09 18:55:47 +00:00
win32:RC_FILE = qtr.rc