-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathqServer.pro
More file actions
118 lines (108 loc) · 3.46 KB
/
Copy pathqServer.pro
File metadata and controls
118 lines (108 loc) · 3.46 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#-------------------------------------------------
#
# Project created by QtCreator 2018-01-07T10:39:29
#
#-------------------------------------------------
QT += core gui network serialport sql
QT += bluetooth
QT += core5compat
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qServer
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
libnet/mytcpserver.cpp \
libnet/mytcpsockets.cpp \
libnet/mythread.cpp \
libproto/libmodbus/modbus.c \
libproto/protocolhanler.cpp \
libutil/md5.c \
main.cpp \
mainwindow.cpp \
libproto/lib698/lib698.c \
libutil/basedef.c \
libproto/lib698/request.c \
libproto/lib698/apduType.c \
libproto/lib698/baseDataType.c \
libproto/lib698/linkManager.c \
libproto/lib698/apduManager.c \
libproto/lib3761/lib3761.c \
libproto/lib3762/lib3762.c \
libproto/libcj188/libcj188.c \
libproto/libdlt645/libdlt645.c \
libcom/libcom.cpp \
ui/comconfigform.cpp \
ui/filessum.cpp \
ui/misctools.cpp \
ui/netconfigform.cpp \
libdb/libdb.cpp \
libnet/libnet.cpp \
ui/setlogicaddr.cpp \
ui/setrs485.cpp \
libproto/protocolobj.cpp \
libproto/libstate/libstate.c \
ui/toolsdialog.cpp \
libproto/lib698/lib698obj.cpp \
libproto/lib698/oiclass.c \
libproto/lib698/objectidentify.c \
update698.cpp \
libproto/lib698/a_xdr.c
HEADERS += \
libnet/mytcpserver.h \
libnet/mytcpsockets.h \
libnet/mythread.h \
libproto/libmodbus/modbus.h \
libproto/protocolhanler.h \
libutil/md5.h \
mainwindow.h \
libproto/lib698/lib698.h \
libutil/basedef.h \
libproto/lib698/request.h \
libproto/lib698/apduType.h \
libproto/lib698/baseDataType.h \
libproto/lib698/linkManager.h \
libproto/lib698/apduManager.h \
libproto/lib3761/lib3761.h \
libproto/lib3762/lib3762.h \
libproto/libcj188/libcj188.h \
libproto/libdlt645/libdlt645.h \
libcom/libcom.h \
ui/comconfigform.h \
ui/filessum.h \
ui/misctools.h \
ui/netconfigform.h \
libdb/libdb.h \
libnet/libnet.h \
ui/setlogicaddr.h \
ui/setrs485.h \
libproto/protocolobj.h \
libproto/libstate/libstate.h \
ui/toolsdialog.h \
libproto/lib698/lib698obj.h \
libproto/lib698/interfaceclass.h \
libproto/lib698/objectidentify.h \
update698.h \
libproto/lib698/a_xdr.h
FORMS += \
ui/filessum.ui \
ui/mainwindow.ui \
ui/comconfigform.ui \
ui/misctools.ui \
ui/netconfigform.ui \
ui/setlogicaddr.ui \
ui/setrs485.ui \
ui/toolsdialog.ui \
update698.ui
DISTFILES += \
libproto/lib698/dlt698.45.asn1 \
libproto/lib698/a-xdr.types.txt \
config/config.ini
RC_ICONS = icon/dfe.ico