-
Notifications
You must be signed in to change notification settings - Fork 1
/
IVHMI.pro
64 lines (50 loc) · 1.06 KB
/
IVHMI.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
55
56
57
58
59
60
#-------------------------------------------------
#
# Project created by QtCreator 2018-02-04T14:24:28
#
#-------------------------------------------------
QT += core gui
QT += widgets serialport
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = IVHMI
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
mybutton.cpp \
vehicle.cpp \
traffic.cpp \
control.cpp \
myswitch.cpp \
app.cpp \
setting.cpp \
masterthread.cpp \
Astar/Astar.cpp \
DataStruct/datastruct.cpp \
ImPortMap/xmlparser.cpp \
mapwidget.cpp \
udprxtx.cpp \
myippartlineedit.cpp \
myipaddredit.cpp
HEADERS += widget.h \
mybutton.h \
vehicle.h \
traffic.h \
control.h \
myswitch.h \
app.h \
setting.h \
masterthread.h \
Astar/Astar.h \
DataStruct/datastruct.h \
ImPortMap/xmlparser.h \
mapwidget.h \
udprxtx.h \
myippartlineedit.h \
myipaddredit.h
FORMS +=
RESOURCES += \
resource.qrc \
mapres.qrc
RC_FILE += myico.rc
DISTFILES +=