diff options
author | 2019-09-08 23:36:12 -0700 | |
---|---|---|
committer | 2019-09-17 17:36:01 -0700 | |
commit | 42551ddcdf41cb1b0bff62a8798f49c7f034c16a (patch) | |
tree | cd469983d0c23e9df5916c55d41ced632e46a0e4 /app/app.pro | |
parent | 35e6bf8d3b2efbac511f9e1d9db133aa078c10fe (diff) |
qml: breakout MapBox plugin references
To allow placement of other mapping engines make a common
MapPlugin competent.
Bug-AGL: SPEC-2667
Change-Id: I7bb4ae600304db104f39feeba3f35f342452584e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro index 8783f53..9965675 100644 --- a/app/app.pro +++ b/app/app.pro @@ -26,7 +26,8 @@ SOURCES += main.cpp \ RESOURCES += \ navigation.qrc \ - images/images.qrc + images/images.qrc \ + mapbox/mapbox.qrc LIBS += $$OUT_PWD/../dbus_interface/libdbus_interface.a INCLUDEPATH += $$OUT_PWD/../dbus_interface @@ -35,4 +36,3 @@ include(app.pri) DISTFILES += - |