diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-01-16 10:16:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-19 12:35:29 -0800 |
commit | ecf3ac12eb7f93e2c0f214af8c1271087df3bac1 (patch) | |
tree | 775b73bd7a4aa64028d35a4094b407787114fe39 /Subsurface-mobile.pro | |
parent | 31e26fd14451c84ef4531aaa3b643b10b529a637 (diff) | |
download | subsurface-ecf3ac12eb7f93e2c0f214af8c1271087df3bac1.tar.gz |
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>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 19d69c2f2..ea95cf551 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -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 \ |