source: trunk/examples/network/torrent/torrent.pro@ 275

Last change on this file since 275 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.0 KB
Line 
1HEADERS += addtorrentdialog.h \
2 bencodeparser.h \
3 connectionmanager.h \
4 mainwindow.h \
5 metainfo.h \
6 peerwireclient.h \
7 ratecontroller.h \
8 filemanager.h \
9 torrentclient.h \
10 torrentserver.h \
11 trackerclient.h
12
13SOURCES += main.cpp \
14 addtorrentdialog.cpp \
15 bencodeparser.cpp \
16 connectionmanager.cpp \
17 mainwindow.cpp \
18 metainfo.cpp \
19 peerwireclient.cpp \
20 ratecontroller.cpp \
21 filemanager.cpp \
22 torrentclient.cpp \
23 torrentserver.cpp \
24 trackerclient.cpp
25
26# Forms and resources
27FORMS += forms/addtorrentform.ui
28RESOURCES += icons.qrc
29
30QT += network
31
32# install
33target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
34sources.files = $$SOURCES $$HEADERS $$RESOURCES torrent.pro *.torrent
35sources.files += icons forms 3rdparty
36sources.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
37INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.