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

HEADERS += \
    translator.h

SOURCES = main.cpp \
    translator.cpp

CONFIG += c++11 link_pkgconfig
PKGCONFIG += qtappfw-hvac

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

include(app.pri)

LANGUAGES = ja_JP fr_FR
include(translations.pri)