Commit 02d63e8da09084b4a5ef69a17b5f448e973c5779
1 parent
3668501658
Exists in
master
and in
2 other branches
INSTALL PATH 변경, app 이름 변경
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/gui/oven_control/oven_control.pro
| ... | ... | @@ -9,7 +9,7 @@ QT += network |
| 9 | 9 | |
| 10 | 10 | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
| 11 | 11 | |
| 12 | -TARGET = oven_control | |
| 12 | +TARGET = app-prime-gui | |
| 13 | 13 | TEMPLATE = app |
| 14 | 14 | |
| 15 | 15 | |
| ... | ... | @@ -66,5 +66,5 @@ FORMS += mainwindow.ui \ |
| 66 | 66 | RESOURCES += \ |
| 67 | 67 | resources.qrc |
| 68 | 68 | |
| 69 | -target.path = /app | |
| 69 | +target.path = /falinux/dev | |
| 70 | 70 | INSTALLS += target | ... | ... |