更新代码

This commit is contained in:
feiyangqingyun
2022-01-14 16:55:43 +08:00
parent e41afdffd5
commit b4949fa01d
13 changed files with 9 additions and 1 deletions

View File

@@ -7,8 +7,11 @@ TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
RESOURCES += main.qrc
SOURCES += main.cpp
RESOURCES += qrc/main.qrc
wasm {
RESOURCES += qrc/font.qrc
}
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/frmcustom

View File

@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/">
<file>font/DroidSansFallback.ttf</file>
</qresource>
</RCC>

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB