Commit c7a9eb1219b796c336f4e0e7c44e70ad80d8bd3a

Authored by 김민수
1 parent 02131f4fea
Exists in master and in 2 other branches fhd, fhd-demo

컴파일 오류 수정

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,7 +42,7 @@ SOURCES += main.cpp\
42 washstepgauge.cpp \ 42 washstepgauge.cpp \
43 preheatpopup.cpp \ 43 preheatpopup.cpp \
44 longpreheattempgauge.cpp \ 44 longpreheattempgauge.cpp \
45 - cooldownpopup.cpp 45 + cooldownpopup.cpp \
46 engineermenuwindow.cpp \ 46 engineermenuwindow.cpp \
47 ovenstatics.cpp \ 47 ovenstatics.cpp \
48 servicedatas.cpp \ 48 servicedatas.cpp \
@@ -77,7 +77,7 @@ HEADERS += mainwindow.h \ @@ -77,7 +77,7 @@ HEADERS += mainwindow.h \
77 washstepgauge.h \ 77 washstepgauge.h \
78 preheatpopup.h \ 78 preheatpopup.h \
79 longpreheattempgauge.h \ 79 longpreheattempgauge.h \
80 - cooldownpopup.h 80 + cooldownpopup.h \
81 engineermenuwindow.h \ 81 engineermenuwindow.h \
82 ovenstatics.h \ 82 ovenstatics.h \
83 servicedatas.h \ 83 servicedatas.h \
@@ -98,9 +98,9 @@ FORMS += mainwindow.ui \ @@ -98,9 +98,9 @@ FORMS += mainwindow.ui \
98 autocookconfigwindow.ui \ 98 autocookconfigwindow.ui \
99 washwindow.ui \ 99 washwindow.ui \
100 preheatpopup.ui \ 100 preheatpopup.ui \
101 - cooldownpopup.ui 101 + cooldownpopup.ui \
102 engineermenuwindow.ui \ 102 engineermenuwindow.ui \
103 - popupwindow.ui 103 + popupwindow.ui
104 104
105 RESOURCES += \ 105 RESOURCES += \
106 resources.qrc 106 resources.qrc