-
Notifications
You must be signed in to change notification settings - Fork 10
/
automonkernel.pro
109 lines (102 loc) · 2.61 KB
/
automonkernel.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# #####################################################################
# Automatically generated by qmake (1.07a) Thu Mar 5 10:31:40 2009
# #####################################################################
TEMPLATE = app
DEPENDPATH += qtc-gdbmacros
INCLUDEPATH += .
QT += core gui widgets
QT += script xml printsupport
!android: QT += serialport
TARGET = automonkernel
CONFIG -= app_bundle
#unix:OBJECTS_DIR = tmpobjects
#TEMPL = appATE
#INCLUDEPATH += /home/donal/project/libs/qextserialport
#QMAKE_LIBDIR += /home/donal/project/libs/qextserialport/build
#LIBS += -L/home/donal/project/libs/qextserialport/build/ \
# -lqextserialport
# Input
HEADERS += automon.h \
command.h \
commandedegr.h \
coolanttempsensor.h \
dtc.h \
dtchelper.h \
enginerpm.h \
engineruntime.h \
fuellevelinput.h \
fuelpressure.h \
mafairflowrate.h \
o2voltage.h \
sensor.h \
serialhelper.h \
throttleposition.h \
vehiclespeed.h \
errorhandler.h \
rule.h \
S5WDial.h \
stackblur.h \
math-support.h \
exceptions.h \
automonapp.h \
monitoringwidget.h \
dashboardwidget.h \
diagnosticswidget.h \
cardetailswidget.h \
menuwidget.h \
menuitem.h \
accelerationtestwidget.h \
ruleeditorwidget.h \
lib/QtSerialPort/qringbuffer_p.h
SOURCES += automon.cpp \
command.cpp \
commandedegr.cpp \
coolanttempsensor.cpp \
dtc.cpp \
dtchelper.cpp \
enginerpm.cpp \
engineruntime.cpp \
fuellevelinput.cpp \
fuelpressure.cpp \
mafairflowrate.cpp \
main.cpp \
o2voltage.cpp \
sensor.cpp \
serialhelper.cpp \
throttleposition.cpp \
vehiclespeed.cpp \
errorhandler.cpp \
rule.cpp \
S5WDial.cpp \
stackblur.cpp \
automonapp.cpp \
monitoringwidget.cpp \
dashboardwidget.cpp \
diagnosticswidget.cpp \
cardetailswidget.cpp \
menuwidget.cpp \
menuitem.cpp \
accelerationtestwidget.cpp \
ruleeditorwidget.cpp
#FORMS +=
RESOURCES += automonapp.qrc
unix!mac {
DEFINES += _TTY_POSIX_
HEADERS += lib/QtSerialPort/qserialport_unix_p.h \
lib/QtSerialPort/qtudev_p.h \
lib/QtSerialPort/qserialport_p.h \
lib/QtSerialPort/qserialport.h \
lib/QtSerialPort/qserialportglobal.h \
lib/QtSerialPort/qserialportinfo_p.h \
lib/QtSerialPort/qserialportinfo.h
SOURCES += lib/QtSerialPort/qserialport_unix.cpp \
lib/QtSerialPort/qserialportinfo_unix.cpp \
lib/QtSerialPort/qserialport.cpp \
lib/QtSerialPort/qserialportinfo.cpp
}
win32 {
DEFINES = _TTY_WIN_ \
QWT_DLL \
QT_DLL
QT += serialport
}