Code Review
/
apps
/
hvac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Remove identity api dependency
[apps/hvac.git]
/
app
/
app.pro
1
TARGET = hvac
2
QT = quick qml websockets
3
4
HEADERS += \
5
translator.h
6
7
SOURCES = main.cpp \
8
translator.cpp
9
10
CONFIG += c++11 link_pkgconfig
11
PKGCONFIG += qtappfw-hvac
12
13
CONFIG(release, debug|release) {
14
QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
15
}
16
17
RESOURCES += \
18
hvac.qrc \
19
images/images.qrc
20
21
include(app.pri)
22
23
LANGUAGES = ja_JP fr_FR
24
include(translations.pri)