mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
android: bundle the default font for OnePlus devices
This was missed in the transition to the qmake based build. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4c3b6e6df2
commit
da5e05dd81
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ android {
|
|||
SOURCES += core/android.cpp \
|
||||
core/serial_usb_android.cpp
|
||||
RESOURCES += packaging/android/translations.qrc
|
||||
RESOURCES += android-mobile/font.qrc
|
||||
QT += androidextras
|
||||
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-mobile
|
||||
ANDROID_VERSION_CODE = $$BUILD_NR
|
||||
|
|
Loading…
Reference in a new issue