-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSerialChart.pro
More file actions
41 lines (41 loc) · 1.05 KB
/
SerialChart.pro
File metadata and controls
41 lines (41 loc) · 1.05 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
# -------------------------------------------------
# Project created by QtCreator 2010-01-13T14:10:41
# -------------------------------------------------
TARGET = SerialChart
TEMPLATE = app
LIBS += -lsetupapi
SOURCES += main.cpp \
mainwindow.cpp \
qextserialport/qextserialport.cpp \
qextserialport/qextserialbase.cpp \
qextserialport/win_qextserialport.cpp \
portbase.cpp \
configuration.cpp \
chart.cpp \
hiddevice.cpp \
portrs232.cpp \
porthid.cpp \
decoderbase.cpp \
decodercsv.cpp \
displaybase.cpp \
decoderhdlc.cpp \
decoderbin.cpp
HEADERS += mainwindow.h \
qextserialport/win_qextserialport.h \
qextserialport/qextserialport.h \
qextserialport/qextserialbase.h \
common.h \
portbase.h \
configuration.h \
chart.h \
hiddevice.h \
portrs232.h \
porthid.h \
decoderbase.h \
decodercsv.h \
displaybase.h \
decoderhdlc.h \
decoderbin.h
FORMS += mainwindow.ui
RESOURCES += resources.qrc
OTHER_FILES += notes.txt