-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrackLive.pro
More file actions
69 lines (62 loc) · 1.43 KB
/
TrackLive.pro
File metadata and controls
69 lines (62 loc) · 1.43 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
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-28T12:36:54
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
#DEFINES += QT_NO_WARNING_OUTPUT\
# QT_NO_DEBUG_OUTPUT
QT += network
QT += gui
QT += serialport
CONFIG += c++11
CONFIG += qwt
TARGET = TrackLiveCC
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
qmainplot.cpp \
qtrackclient.cpp \
canvaspicker.cpp \
qcurvedatacus.cpp \
dialogoutputoption.cpp \
qtrackserver.cpp \
fortuneserver.cpp \
fortunethread.cpp \
myclient.cpp \
mytask.cpp \
dialogserver.cpp \
robot.cpp \
shapefactory.cpp \
editshapeitem.cpp \
control.cpp \
twowayregion.cpp \
onewayregion.cpp \
robotmath.cpp \
myserialport.cpp \
udpreceiver.cpp
HEADERS += mainwindow.h \
qmainplot.h \
qtrackclient.h \
canvaspicker.h \
qcurvedatacus.h \
dialogoutputoption.h \
qtrackserver.h \
fortuneserver.h \
fortunethread.h \
myclient.h \
mytask.h \
dialogserver.h \
robot.h \
shapefactory.h \
editshapeitem.h \
control.h \
twowayregion.h \
onewayregion.h \
robotmath.h \
myserialport.h \
udpreceiver.h
FORMS += \
dialogoutputoption.ui \
dialogserver.ui