Add .desktop and icon file installation
[apps/hvac.git] / app / app.pro
1 TEMPLATE = app
2 TARGET = hvac
3 QT = qml quick
4 CONFIG += c++11 link_pkgconfig
5
6 PKGCONFIG += qtappfw-hvac
7
8 HEADERS += \
9     translator.h
10
11 SOURCES = \
12     main.cpp \
13     translator.cpp
14
15 RESOURCES += \
16     hvac.qrc \
17     images/images.qrc
18
19 LANGUAGES = ja_JP fr_FR
20 include(translations.pri)
21
22 target.path = /usr/bin
23 target.files += $${OUT_PWD}/$${TARGET}
24 target.CONFIG = no_check_exist executable
25
26 INSTALLS += target