diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-11-30 13:06:40 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-12-04 23:47:03 +0200 |
commit | 7fd8b36ce15d7617229a86a05e4e431631e684d5 (patch) | |
tree | f8360e055f221f74e41e376d0aee4b4790f149e8 /app/app.qrc | |
parent | 7627784a867bd21e76d2889a3c99bbcfc12d3c3f (diff) |
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 <marius.vlad@collabora.com>
Diffstat (limited to 'app/app.qrc')
-rw-r--r-- | app/app.qrc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/app.qrc b/app/app.qrc deleted file mode 100644 index 0f1bb81..0000000 --- a/app/app.qrc +++ /dev/null @@ -1,9 +0,0 @@ -<RCC> - <qresource prefix="/"> - <file>qml/qmldir</file> - <file>qml/Main.qml</file> - <file>qml/MapWindow.qml</file> - <file>qml/InfoWindow.qml</file> - <file>qml/TbtBoard.qml</file> - </qresource> -</RCC> |