add res
This commit is contained in:
parent
09ec445d30
commit
042fa39472
@ -23,6 +23,8 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
|
|||||||
qt_add_executable(QtMd
|
qt_add_executable(QtMd
|
||||||
MANUAL_FINALIZATION
|
MANUAL_FINALIZATION
|
||||||
${PROJECT_SOURCES}
|
${PROJECT_SOURCES}
|
||||||
|
main.qml
|
||||||
|
QtMd.qrc
|
||||||
)
|
)
|
||||||
# Define target properties for Android with Qt 6 as:
|
# Define target properties for Android with Qt 6 as:
|
||||||
# set_property(TARGET QtMd APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
|
# set_property(TARGET QtMd APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
|
||||||
|
7
QtMd.qrc
Normal file
7
QtMd.qrc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource prefix="/">
|
||||||
|
<file>main.qml</file>
|
||||||
|
<file>materialdesignicons-webfont.ttf</file>
|
||||||
|
<file>MdIcon.js</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
BIN
materialdesignicons-webfont.ttf
Normal file
BIN
materialdesignicons-webfont.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user