Last change
on this file since 8231 was
8231,
checked in by charles, 13 years ago
|
(trunk qt) sort of fix the "make install" problem
|
File size:
1.3 KB
|
Line | |
---|
1 | TARGET = qtr |
---|
2 | NAME = "Transmission" |
---|
3 | DESCRIPTION = "Transmission: a fast, easy, and free BitTorrent client" |
---|
4 | VERSION = 1.6.0 |
---|
5 | LICENSE = "GPL" |
---|
6 | |
---|
7 | target.path = /bin |
---|
8 | INSTALLS += target |
---|
9 | |
---|
10 | CONFIG += qt thread debug link_pkgconfig |
---|
11 | QT += network |
---|
12 | PKGCONFIG = fontconfig libcurl openssl |
---|
13 | |
---|
14 | TRANSMISSION_TOP = .. |
---|
15 | INCLUDEPATH += $${TRANSMISSION_TOP} |
---|
16 | LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.a |
---|
17 | LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a |
---|
18 | LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a |
---|
19 | LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a |
---|
20 | |
---|
21 | TRANSLATIONS += transmission_en.ts |
---|
22 | |
---|
23 | FORMS += mainwin.ui about.ui |
---|
24 | RESOURCES += application.qrc |
---|
25 | SOURCES += about.cc \ |
---|
26 | app.cc \ |
---|
27 | details.cc \ |
---|
28 | file-tree.cc \ |
---|
29 | filters.cc \ |
---|
30 | hig.cc \ |
---|
31 | mainwin.cc \ |
---|
32 | make-dialog.cc \ |
---|
33 | options.cc \ |
---|
34 | prefs.cc \ |
---|
35 | prefs-dialog.cc \ |
---|
36 | qticonloader.cc \ |
---|
37 | session.cc \ |
---|
38 | squeezelabel.cc \ |
---|
39 | stats-dialog.cc \ |
---|
40 | torrent.cc \ |
---|
41 | torrent-delegate.cc \ |
---|
42 | torrent-delegate-min.cc \ |
---|
43 | torrent-filter.cc \ |
---|
44 | torrent-model.cc \ |
---|
45 | utils.cc \ |
---|
46 | watchdir.cc |
---|
47 | HEADERS += $$replace(SOURCES, .cc, .h) |
---|
48 | HEADERS += speed.h types.h |
---|
49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.