mobile/statistics: make icons available in mobile app

They were bundled via the desktop qrc, but they need a shared qrc that
can be used in both apps.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-01-16 10:16:29 -08:00
parent 31e26fd144
commit ecf3ac12eb
4 changed files with 18 additions and 12 deletions

View file

@ -334,7 +334,8 @@ HEADERS += \
RESOURCES += mobile-widgets/qml/mobile-resources.qrc \
mobile-widgets/3rdparty/icons.qrc \
map-widget/qml/map-widget.qrc
map-widget/qml/map-widget.qrc \
stats/statsicons.qrc
android {
SOURCES += core/android.cpp \