From 7c1cdc5682a1e65d7110755003a1ef420edaebc9 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 14:01:54 +0300 Subject: app: Allow to place the window on a different output Signed-off-by: Marius Vlad --- app/app.pro | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index d10f9c0..e041e42 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,15 +1,15 @@ TARGET = hvac -QT = quick qml websockets +QT = quick qml websockets gui-private -CONFIG += c++11 link_pkgconfig -PKGCONFIG += qtappfw afb-helpers-qt +CONFIG += c++11 link_pkgconfig wayland-scanner +PKGCONFIG += qtappfw afb-helpers-qt wayland-client #aglextras -HEADERS += \ +HEADERS += shell-desktop.h \ translator.h -SOURCES = main.cpp \ +SOURCES = main.cpp shell-desktop.cpp \ translator.cpp RESOURCES += \ @@ -20,3 +20,7 @@ include(app.pri) LANGUAGES = ja_JP fr_FR include(translations.pri) + +WAYLANDCLIENTSOURCES += \ + protocol/agl-shell-desktop.xml + -- cgit 1.2.3-korg