From 7fd8b36ce15d7617229a86a05e4e431631e684d5 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 30 Nov 2023 13:06:40 +0200 Subject: tbtnavi: Migrate to meson This patch removes agl-shell-desktop support and migrates the entire tree to meson build system. Bug-AGL: SPEC-5003 Change-Id: Ia7728003e8069776c29641d91d1440cc65f297c5 Signed-off-by: Marius Vlad --- app/qml/Main.qml | 2 -- app/qml/qml.qrc | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 app/qml/qml.qrc (limited to 'app/qml') diff --git a/app/qml/Main.qml b/app/qml/Main.qml index 186e345..80191b0 100644 --- a/app/qml/Main.qml +++ b/app/qml/Main.qml @@ -3,8 +3,6 @@ import QtQuick.Controls 2.2 import QtQuick.Window 2.11 -import "qrc:/qml" - ApplicationWindow { id: tbtnavi diff --git a/app/qml/qml.qrc b/app/qml/qml.qrc new file mode 100644 index 0000000..cfa6ac0 --- /dev/null +++ b/app/qml/qml.qrc @@ -0,0 +1,9 @@ + + + qmldir + Main.qml + MapWindow.qml + InfoWindow.qml + TbtBoard.qml + + -- cgit 1.2.3-korg