-
Notifications
You must be signed in to change notification settings - Fork 222
/
BLDC_Tool.pro
44 lines (36 loc) · 857 Bytes
/
BLDC_Tool.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-11-18T21:19:27
#
#-------------------------------------------------
QT += core gui
QT += printsupport
QT += serialport
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = BLDC_Tool
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
qcustomplot.cpp \
digitalfiltering.cpp \
packetinterface.cpp \
utility.cpp \
serialization.cpp \
mrichtextedit.cpp \
mtextedit.cpp \
rtdatawidget.cpp
HEADERS += mainwindow.h \
qcustomplot.h \
digitalfiltering.h \
packetinterface.h \
utility.h \
serialization.h \
mrichtextedit.h \
mtextedit.h \
rtdatawidget.h \
datatypes.h
FORMS += mainwindow.ui \
mrichtextedit.ui
RESOURCES += \
resources.qrc