mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: move profile specific icons into separate QRC
This way they are available in both mobile and desktop version. Without this, the icons weren't shown on iOS and Android. Fixes #3214 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dddec0a5b6
commit
69cb33fd2e
5 changed files with 30 additions and 18 deletions
|
@ -338,7 +338,8 @@ HEADERS += \
|
|||
RESOURCES += mobile-widgets/qml/mobile-resources.qrc \
|
||||
mobile-widgets/3rdparty/icons.qrc \
|
||||
map-widget/qml/map-widget.qrc \
|
||||
stats/statsicons.qrc
|
||||
stats/statsicons.qrc \
|
||||
profile.qrc
|
||||
|
||||
android {
|
||||
SOURCES += core/android.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue