-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTSProject.pro
67 lines (61 loc) · 1.35 KB
/
TSProject.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
61
62
63
64
65
66
67
#-------------------------------------------------
#
# Project created by QtCreator 2012-06-15T02:30:09
#
#-------------------------------------------------
QT += core gui\
sql
TARGET = TSProject
TEMPLATE = app
SOURCES += main.cpp\
tsmodel.cpp \
tscurvebuffer.cpp \
tsusb3000reader.cpp \
tsreaderthread.cpp \
inputs/tslineedit.cpp \
inputs/tscombobox.cpp \
tscontroller.cpp \
tools/tsvalidationtools.cpp\
CRUDmw.cpp \
bdgod.cpp \
models/TSPatients.cpp \
models/TSExaminations.cpp \
tsanalitics.cpp \
inputs/tstableview.cpp \
tstempanalitic.cpp \
tsusbdatareader.cpp
HEADERS += \
tsmodel.h \
tscurvebuffer.h \
tsusb3000reader.h \
tsreaderthread.h \
inputs/tslineedit.h \
inputs/tscombobox.h \
ts_types.h \
tscontroller.h \
tools/tsvalidationtools.h\
CRUDmw.h \
bdgod.h \
bdgod.h \
models/TSPatients.h \
models/TSExaminations.h \
tsanalitics.h \
inputs/tstableview.h \
ui_tsprintview.h \
tstempanalitic.h \
extremum.h \
tsusbdatareader.h
LIBS += -L"dll/*.dll"
FORMS += \
patientprofile.ui \
colibrateDialog.ui \
tsview.ui\
CRUDmw.ui \
dialog.ui \
tsresultsview.ui \
tsvolsignalwidget.ui \
tsprintview.ui
RESOURCES += \
iconResourse.qrc
OTHER_FILES += \
db_structure.sql