更新代码
This commit is contained in:
@@ -7,8 +7,11 @@ TEMPLATE = app
|
|||||||
DESTDIR = $$PWD/../bin
|
DESTDIR = $$PWD/../bin
|
||||||
|
|
||||||
CONFIG += warn_off
|
CONFIG += warn_off
|
||||||
RESOURCES += main.qrc
|
|
||||||
SOURCES += main.cpp
|
SOURCES += main.cpp
|
||||||
|
RESOURCES += qrc/main.qrc
|
||||||
|
wasm {
|
||||||
|
RESOURCES += qrc/font.qrc
|
||||||
|
}
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
INCLUDEPATH += $$PWD/frmcustom
|
INCLUDEPATH += $$PWD/frmcustom
|
||||||
|
|||||||
5
third/qcustomplotdemo/qrc/font.qrc
Normal file
5
third/qcustomplotdemo/qrc/font.qrc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource prefix="/">
|
||||||
|
<file>font/DroidSansFallback.ttf</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
||||||
BIN
third/qcustomplotdemo/qrc/font/DroidSansFallback.ttf
Normal file
BIN
third/qcustomplotdemo/qrc/font/DroidSansFallback.ttf
Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user