app: Allow to place the window on a different output
[apps/hvac.git] / app / app.pro
1 TARGET = hvac
2 QT = quick qml websockets gui-private
3
4 CONFIG += c++11 link_pkgconfig wayland-scanner
5 PKGCONFIG += qtappfw afb-helpers-qt wayland-client
6
7 #aglextras
8
9 HEADERS += shell-desktop.h \
10     translator.h
11
12 SOURCES = main.cpp shell-desktop.cpp \
13     translator.cpp
14
15 RESOURCES += \
16     hvac.qrc \
17     images/images.qrc
18
19 include(app.pri)
20
21 LANGUAGES = ja_JP fr_FR
22 include(translations.pri)
23
24 WAYLANDCLIENTSOURCES += \
25         protocol/agl-shell-desktop.xml
26