diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-20 10:10:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-20 11:46:17 -0800 |
commit | da5e05dd81bb4c589c72f2b57f7b84629310616f (patch) | |
tree | f5bb1d7636d774248e6a1c954fa20298db796ea6 /Subsurface-mobile.pro | |
parent | 4c3b6e6df2229d9b22336d28b63e11af0744251d (diff) | |
download | subsurface-da5e05dd81bb4c589c72f2b57f7b84629310616f.tar.gz |
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>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index f24e1d8f2..b2f1730b9 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -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 |