-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTransferer.pro
54 lines (43 loc) · 896 Bytes
/
Transferer.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
52
53
54
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-30T17:17:56
#
#-------------------------------------------------
QT += core gui
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Transferer
TEMPLATE = app
SOURCES += \
baseform.cpp \
helpform.cpp \
logger.cpp \
main.cpp \
setting.cpp \
toolkit.cpp \
transferform.cpp \
transferskt.cpp \
mainwindow.cpp \
newtabdialog.cpp
HEADERS += \
baseform.h \
helpform.h \
logger.h \
main.h \
resource.h \
setting.h \
toolkit.h \
transferform.h \
transferskt.h \
mainwindow.h \
newtabdialog.h
FORMS += \
helpform.ui \
transferform.ui \
MainWindow.ui \
NewTabDialog.ui
OTHER_FILES +=
RESOURCES += \
icons.qrc
TRANSLATIONS += transferer_chs.ts
RC_FILE = transfer.rc