summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro26
1 files changed, 14 insertions, 12 deletions
diff --git a/app/app.pro b/app/app.pro
index 00a2261..3fa2880 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,24 +1,26 @@
+TEMPLATE = app
TARGET = dashboard
-QT = quick
+QT = qml quick
+CONFIG += c++11 link_pkgconfig
+
+PKGCONFIG += qtappfw-vehicle-signals
HEADERS += \
translator.h
-SOURCES = main.cpp \
+SOURCES = \
+ main.cpp \
translator.cpp
-CONFIG += link_pkgconfig
-PKGCONFIG += qtappfw-signal-composer
-
-CONFIG(release, debug|release) {
- QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
-}
-
RESOURCES += \
dashboard.qrc \
images/images.qrc
-include(app.pri)
-
-LANGUAGES = ja_JP fr_FR zh_CN
+LANGUAGES = ja_JP fr_FR zh_CN ko_KR
include(translations.pri)
+
+target.path = /usr/bin
+target.files += $${OUT_PWD}/$${TARGET}
+target.CONFIG = no_check_exist executable
+
+INSTALLS += target