oven_control.pro
2.42 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
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
109
110
111
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-14T10:46:32
#
#-------------------------------------------------
QT += core gui
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = app-prime-gui
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
cook.cpp \
oven.cpp \
abstractoveninterface.cpp \
clock.cpp \
manualcookwindow.cpp \
udphandler.cpp \
ovencontroller.cpp \
configwindow.cpp \
functiontestwindow.cpp \
componenttestwindow.cpp \
burnertestwindow.cpp \
valvetestwindow.cpp \
washtestwindow.cpp \
fantestwindow.cpp \
gastestwindow.cpp \
autocookselectionwindow.cpp \
autocookwindow.cpp \
animatedimagebox.cpp \
circulargauge.cpp \
humiditycirculargauge.cpp \
heatcirculargauge.cpp \
preheattempgauge.cpp \
autocookconfigwindow.cpp \
washwindow.cpp \
washstepgauge.cpp \
preheatpopup.cpp \
longpreheattempgauge.cpp \
cooldownpopup.cpp \
engineermenuwindow.cpp \
ovenstatics.cpp \
servicedatas.cpp \
popupwindow.cpp
HEADERS += mainwindow.h \
cook.h \
oven.h \
abstractoveninterface.h \
clock.h \
manualcookwindow.h \
udphandler.h \
all_share.h \
ovencontroller.h \
configwindow.h \
functiontestwindow.h \
componenttestwindow.h \
burnertestwindow.h \
valvetestwindow.h \
washtestwindow.h \
fantestwindow.h \
gastestwindow.h \
autocookselectionwindow.h \
autocookwindow.h \
animatedimagebox.h \
circulargauge.h \
humiditycirculargauge.h \
heatcirculargauge.h \
preheattempgauge.h \
autocookconfigwindow.h \
washwindow.h \
washstepgauge.h \
preheatpopup.h \
longpreheattempgauge.h \
cooldownpopup.h \
engineermenuwindow.h \
ovenstatics.h \
servicedatas.h \
popupwindow.h
FORMS += mainwindow.ui \
manualcookwindow.ui \
configwindow.ui \
functiontestwindow.ui \
componenttestwindow.ui \
burnertestwindow.ui \
valvetestwindow.ui \
washtestwindow.ui \
fantestwindow.ui \
gastestwindow.ui \
autocookselectionwindow.ui \
autocookwindow.ui \
autocookconfigwindow.ui \
washwindow.ui \
preheatpopup.ui \
cooldownpopup.ui \
engineermenuwindow.ui \
popupwindow.ui
RESOURCES += \
resources.qrc
target.path = /falinux/dev
INSTALLS += target
DISTFILES +=