Commit 2e5e21481502b27e32b4bdff91d5e735054f837d
1 parent
e0fe38cd22
Exists in
master
and in
2 other branches
세척 화면 추가 반영
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
app/gui/oven_control/oven_control.pro
@@ -37,7 +37,8 @@ SOURCES += main.cpp\ | @@ -37,7 +37,8 @@ SOURCES += main.cpp\ | ||
37 | humiditycirculargauge.cpp \ | 37 | humiditycirculargauge.cpp \ |
38 | heatcirculargauge.cpp \ | 38 | heatcirculargauge.cpp \ |
39 | preheattempgauge.cpp \ | 39 | preheattempgauge.cpp \ |
40 | - autocookconfigwindow.cpp | 40 | + autocookconfigwindow.cpp \ |
41 | + washwindow.cpp | ||
41 | 42 | ||
42 | HEADERS += mainwindow.h \ | 43 | HEADERS += mainwindow.h \ |
43 | cook.h \ | 44 | cook.h \ |
@@ -63,7 +64,8 @@ HEADERS += mainwindow.h \ | @@ -63,7 +64,8 @@ HEADERS += mainwindow.h \ | ||
63 | humiditycirculargauge.h \ | 64 | humiditycirculargauge.h \ |
64 | heatcirculargauge.h \ | 65 | heatcirculargauge.h \ |
65 | preheattempgauge.h \ | 66 | preheattempgauge.h \ |
66 | - autocookconfigwindow.h | 67 | + autocookconfigwindow.h \ |
68 | + washwindow.h | ||
67 | 69 | ||
68 | FORMS += mainwindow.ui \ | 70 | FORMS += mainwindow.ui \ |
69 | manualcookwindow.ui \ | 71 | manualcookwindow.ui \ |
@@ -77,7 +79,8 @@ FORMS += mainwindow.ui \ | @@ -77,7 +79,8 @@ FORMS += mainwindow.ui \ | ||
77 | gastestwindow.ui \ | 79 | gastestwindow.ui \ |
78 | autocookselectionwindow.ui \ | 80 | autocookselectionwindow.ui \ |
79 | autocookwindow.ui \ | 81 | autocookwindow.ui \ |
80 | - autocookconfigwindow.ui | 82 | + autocookconfigwindow.ui \ |
83 | + washwindow.ui | ||
81 | 84 | ||
82 | RESOURCES += \ | 85 | RESOURCES += \ |
83 | resources.qrc | 86 | resources.qrc |