-
Notifications
You must be signed in to change notification settings - Fork 5
/
qMakeTorrent.pro
51 lines (43 loc) · 954 Bytes
/
qMakeTorrent.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#-------------------------------------------------
#
# Project created by QtCreator 2013-03-10T19:48:06
#
#-------------------------------------------------
QT += core gui
TARGET = qMakeTorrent
TEMPLATE = app
SOURCES += main.cpp\
wizard.cpp \
intropage.cpp \
inputpage.cpp \
trackerspage.cpp \
propertiespage.cpp \
creationpage.cpp \
createtorrent.cpp \
outputpage.cpp \
summarypage.cpp
HEADERS += wizard.h \
intropage.h \
inputpage.h \
trackerspage.h \
propertiespage.h \
creationpage.h \
version.h \
createtorrent.h \
outputpage.h \
summarypage.h
FORMS += \
wizard.ui \
intropage.ui \
inputpage.ui \
trackerspage.ui \
propertiespage.ui \
creationpage.ui \
outputpage.ui \
summarypage.ui
LIBS += -lboost_system -ltorrent-rasterbar -lboost_filesystem
OTHER_FILES += \
readme.md \
README.md \
CHANGELOG.md \
LICENSE