Commit 02d63e8da09084b4a5ef69a17b5f448e973c5779

Authored by 김태훈
1 parent 3668501658
Exists in master and in 2 other branches fhd, fhd-demo

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,7 +9,7 @@ QT += network
9 9
10 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 10 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
11 11
12 -TARGET = oven_control 12 +TARGET = app-prime-gui
13 TEMPLATE = app 13 TEMPLATE = app
14 14
15 15
@@ -66,5 +66,5 @@ FORMS += mainwindow.ui \ @@ -66,5 +66,5 @@ FORMS += mainwindow.ui \
66 RESOURCES += \ 66 RESOURCES += \
67 resources.qrc 67 resources.qrc
68 68
69 -target.path = /app 69 +target.path = /falinux/dev
70 INSTALLS += target 70 INSTALLS += target