summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-13 14:48:20 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-21 22:53:13 +0300
commit98dab0eebc3dc0f567be3f80ab129cbcc71738db (patch)
treea4dad9bda9fd6d3d9819ba920013bf0cf835496c /app/app.pro
parent9e76cf1b66b40a0e502c667dbbf53164261956b5 (diff)
app: Fixes and some monior tweaks to the qml filesandbox/mvlad/agl-compositor
- app.pro: Remove depends on windowmanager and homescreen when building - app: Fake an event - adjust the window size - add the app state events Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/app.pro b/app/app.pro
index 0cc31aa..6f39c05 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -15,10 +15,11 @@
TEMPLATE = app
TARGET = onscreenapp
-QT += quickcontrols2 quick qml
-CONFIG += c++11 link_pkgconfig
+QT += quickcontrols2 quick qml gui-private
+CONFIG += c++11 link_pkgconfig wayland-scanner pkgdatadir
DESTDIR = $${OUT_PWD}/../package/root/bin
-PKGCONFIG += qlibwindowmanager libhomescreen
+PKGCONFIG += wayland-client
+#PKGCONFIG += qlibwindowmanager libhomescreen
HEADERS += \
eventhandler.h \
@@ -34,3 +35,6 @@ RESOURCES += \
images/images.qrc
LIBS += -ljson-c
+
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell-desktop.xml