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