-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLFTracking.pro
More file actions
executable file
·40 lines (32 loc) · 880 Bytes
/
Copy pathLFTracking.pro
File metadata and controls
executable file
·40 lines (32 loc) · 880 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-05-24T21:05:31
#
#-------------------------------------------------
QT += core gui opengl serialport printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = LFTracking
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
glwidget.cpp \
buffer.cpp \
serialportsettingsdialog.cpp \
serialportsettingsconfigset.cpp \
serialportsettingmodel.cpp \
qcustomplot.cpp \
receivedata.cpp \
csv.cpp
HEADERS += mainwindow.h \
glwidget.h \
buffer.h \
serialportsettingsdialog.h \
serialportsettingsconfigset.h \
serialportsettingmodel.h \
qcustomplot.h \
receivedata.h \
csv.h
FORMS += mainwindow.ui \
serialportsettingsdialog.ui
RESOURCES += \
res.qrc