-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFasterTunnelClient.pro
51 lines (46 loc) · 1.33 KB
/
FasterTunnelClient.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
QT += widgets webkitwidgets network core
RC_FILE = icon.rc
SOURCES += \
main.cpp \
Gui/LaLoginFrame.cpp \
Gui/LaMainFrame.cpp \
Gui/LaMainWindow.cpp \
Gui/LaServerListFrame.cpp \
Gui/LaLogFrame.cpp \
Model/ModelItem/LaLoginItem.cpp \
Model/ModelItem/LaServerItem.cpp \
Model/LaServerTableModel.cpp \
Model/LaLogTableModel.cpp \
Util/LaCypher.cpp \
Engine/LaRunTime.cpp \
Engine/LaDataIO.cpp \
Engine/LaNetwork.cpp \
Thread/LaServerListThread.cpp \
Thread/LaServerLatencyThread.cpp \
SingleApplication/SingleApplication.cpp \
Model/ModelItem/LaTunnelItem.cpp \
Util/SystemKeyboardReadWrite.cpp \
Thread/LaClientCommThread.cpp
HEADERS += \
Gui/LaMainWindow.h \
Gui/LaMainFrame.h \
Gui/LaLoginFrame.h \
Gui/LaServerListFrame.h \
Gui/LaLogFrame.h \
Model/ModelItem/LaLoginItem.h \
Model/ModelItem/LaServerItem.h \
Model/LaServerTableModel.h \
Model/LaLogTableModel.h \
Util/LaCypher.h \
LaStyleSheet.h \
Engine/LaRunTime.h \
Engine/LaDataIO.h \
Engine/LaNetwork.h \
Thread/LaServerListThread.h \
Thread/LaServerLatencyThread.h \
SingleApplication/SingleApplication.h \
Model/ModelItem/LaTunnelItem.h \
Util/SystemKeyboardReadWrite.h \
Thread/LaClientCommThread.h
RESOURCES += \
Resources/resources.qrc