aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/main.cpp
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-09-29 14:22:11 +0300
committerMarius Vlad <marius.vlad@collabora.com>2022-09-29 19:44:20 +0300
commitbf125b0779f07e9d65f83da99d16accdad72b08b (patch)
tree8c13fc7de204e9a463c3dffa7033f021a2139df2 /homescreen/src/main.cpp
parent52c767388614e2ec6fa26851840bf01d97c5d49e (diff)
homescreen: Change from qmake to meson
This change will basically make way for adding grpc/protobuf support into homescreen, which turns out it's a pain to do with either qmake or cmake. Eventually, we'll move all our demos to using meson, which have gained a lot of support for building and support different technologies to allow far more saner configurations to take place. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Id64bf3d5b41912d32df7f78e94ab04d231bb0c83
Diffstat (limited to 'homescreen/src/main.cpp')
-rw-r--r--homescreen/src/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp
index 8c3391f..c910727 100644
--- a/homescreen/src/main.cpp
+++ b/homescreen/src/main.cpp
@@ -25,10 +25,11 @@
#include "homescreenhandler.h"
#include "hmi-debug.h"
-#include <qpa/qplatformnativeinterface.h>
+// meson will define these
+#include QT_QPA_HEADER
#include <wayland-client.h>
-#include "wayland-agl-shell-client-protocol.h"
+#include "agl-shell-client-protocol.h"
#include "shell.h"
#ifndef MIN