aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-11-30 13:06:40 +0200
committerMarius Vlad <marius.vlad@collabora.com>2023-12-04 23:47:03 +0200
commit7fd8b36ce15d7617229a86a05e4e431631e684d5 (patch)
treef8360e055f221f74e41e376d0aee4b4790f149e8 /app/app.pro
parent7627784a867bd21e76d2889a3c99bbcfc12d3c3f (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.pro')
-rw-r--r--app/app.pro39
1 files changed, 0 insertions, 39 deletions
diff --git a/app/app.pro b/app/app.pro
deleted file mode 100644
index 398e063..0000000
--- a/app/app.pro
+++ /dev/null
@@ -1,39 +0,0 @@
-TEMPLATE = app
-TARGET = tbtnavi
-
-QT = qml network quick positioning location widgets gui-private
-PKGCONFIG += qtappfw-navigation qtappfw-vehicle-signals wayland-client
-
-CONFIG += c++1z link_pkgconfig wayland-scanner
-
-SOURCES += \
- main.cpp \
- navigation_client.cpp \
- qcheapruler.cpp \
- file_operation.cpp \
- shell-desktop.cpp
-
-HEADERS += \
- qcheapruler.hpp \
- navigation_client.h \
- file_operation.h \
- shell-desktop.h
-
-INCLUDEPATH += \
- ../include
-
-OTHER_FILES += \
- qmapboxlgapp.qml
-
-RESOURCES += \
- images/images.qrc \
- app.qrc
-
-WAYLANDCLIENTSOURCES += \
- protocol/agl-shell-desktop.xml
-
-target.path = /usr/bin
-target.files += $${OUT_PWD}/$${TARGET}
-target.CONFIG = no_check_exist executable
-
-INSTALLS += target