app: Allow to place the window on a different output
[apps/hvac.git] / app / app.pro
index da4e8a4..e041e42 100644 (file)
@@ -1,10 +1,26 @@
 TARGET = hvac
-QT = quick qml
+QT = quick qml websockets gui-private
 
-SOURCES = main.cpp
+CONFIG += c++11 link_pkgconfig wayland-scanner
+PKGCONFIG += qtappfw afb-helpers-qt wayland-client
+
+#aglextras
+
+HEADERS += shell-desktop.h \
+    translator.h
+
+SOURCES = main.cpp shell-desktop.cpp \
+    translator.cpp
 
 RESOURCES += \
     hvac.qrc \
     images/images.qrc
 
 include(app.pri)
+
+LANGUAGES = ja_JP fr_FR
+include(translations.pri)
+
+WAYLANDCLIENTSOURCES += \
+       protocol/agl-shell-desktop.xml
+