summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: ef4de97a81002357a0b6fe6af545f946aa2ba042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = hvac
QT = quick qml aglextras

HEADERS += \
    translator.h

SOURCES = main.cpp \
    translator.cpp

RESOURCES += \
    hvac.qrc \
    images/images.qrc

include(app.pri)

LANGUAGES = ja_JP fr_FR
include(translations.pri)