更新代码

master
feiyangqingyun 2022-01-14 16:55:23 +08:00
parent ac55a4ecf5
commit 17ac8c113c
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