mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
9a35519a2a
This is working around a Qt Bug https://bugreports.qt.io/browse/QTBUG-69494 which prevents correct rendering of the OnePlus fonts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
7 lines
150 B
Text
7 lines
150 B
Text
|
|
<RCC>
|
|
<qresource prefix="/fonts">
|
|
<!-- we need to load our own font for OnePlus phones -->
|
|
<file>Roboto-Regular.ttf</file>
|
|
</qresource>
|
|
</RCC>
|