Commit c7a9eb1219b796c336f4e0e7c44e70ad80d8bd3a
1 parent
02131f4fea
Exists in
master
and in
2 other branches
컴파일 오류 수정
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/gui/oven_control/oven_control.pro
| ... | ... | @@ -42,7 +42,7 @@ SOURCES += main.cpp\ |
| 42 | 42 | washstepgauge.cpp \ |
| 43 | 43 | preheatpopup.cpp \ |
| 44 | 44 | longpreheattempgauge.cpp \ |
| 45 | - cooldownpopup.cpp | |
| 45 | + cooldownpopup.cpp \ | |
| 46 | 46 | engineermenuwindow.cpp \ |
| 47 | 47 | ovenstatics.cpp \ |
| 48 | 48 | servicedatas.cpp \ |
| ... | ... | @@ -77,7 +77,7 @@ HEADERS += mainwindow.h \ |
| 77 | 77 | washstepgauge.h \ |
| 78 | 78 | preheatpopup.h \ |
| 79 | 79 | longpreheattempgauge.h \ |
| 80 | - cooldownpopup.h | |
| 80 | + cooldownpopup.h \ | |
| 81 | 81 | engineermenuwindow.h \ |
| 82 | 82 | ovenstatics.h \ |
| 83 | 83 | servicedatas.h \ |
| ... | ... | @@ -98,9 +98,9 @@ FORMS += mainwindow.ui \ |
| 98 | 98 | autocookconfigwindow.ui \ |
| 99 | 99 | washwindow.ui \ |
| 100 | 100 | preheatpopup.ui \ |
| 101 | - cooldownpopup.ui | |
| 101 | + cooldownpopup.ui \ | |
| 102 | 102 | engineermenuwindow.ui \ |
| 103 | - popupwindow.ui | |
| 103 | + popupwindow.ui | |
| 104 | 104 | |
| 105 | 105 | RESOURCES += \ |
| 106 | 106 | resources.qrc | ... | ... |