diff options
author | 2019-09-08 23:36:12 -0700 | |
---|---|---|
committer | 2019-09-24 19:33:04 -0700 | |
commit | aca9ff0527349d07c7547893d28a3ace89d6edd9 (patch) | |
tree | 7010f1eb58183eb70f4dfc60bfe0393a72d7e14a /app/app.pro | |
parent | 5baf475a1acbfee437ab60cbaeaf68fefcaddd35 (diff) |
Revert "qml: breakout MapBox plugin references"
This reverts commit 42551ddcdf41cb1b0bff62a8798f49c7f034c16a.
Bug-AGL: SPEC-2667
Change-Id: Ic1b7d84e2fa58e98e7ba05c5f1b825503aa36e1d
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 9965675..8783f53 100644 --- a/app/app.pro +++ b/app/app.pro @@ -26,8 +26,7 @@ SOURCES += main.cpp \ RESOURCES += \ navigation.qrc \ - images/images.qrc \ - mapbox/mapbox.qrc + images/images.qrc LIBS += $$OUT_PWD/../dbus_interface/libdbus_interface.a INCLUDEPATH += $$OUT_PWD/../dbus_interface @@ -36,3 +35,4 @@ include(app.pri) DISTFILES += + |