Skip to content

Commit 4b6fa1e

Browse files
author
朱子楚\zhuzi
committed
update
1 parent f265753 commit 4b6fa1e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
version: ${{ matrix.qt_ver }}
4343
arch: ${{ matrix.qt_arch }}
4444
cache: ${{steps.cache-qt.outputs.cache-hit}}
45-
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech'
45+
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech qt3d'
4646

4747
- name: msvc-build
4848
id: build

example/example.qrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
<file>qml/viewmodel/TextBoxViewModel.qml</file>
189189
<file>qml/page/T_Clip.qml</file>
190190
<file>qml/page/T_3D.qml</file>
191-
<file>res/obj/test.obj</file>
192191
<file>qml/global/Lang.qml</file>
193192
</qresource>
194193
</RCC>

example/qml-Qt6/page/T_3D.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ FluContentPage{
5151
]
5252
Mesh {
5353
id: mesh
54-
source: "qrc:/example/res/obj/test.obj"
54+
source: "https://zhu-zichu.gitee.io/test.obj"
5555
}
5656
PhongMaterial {
5757
id: material

example/qml/page/T_3D.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ FluContentPage{
5252
]
5353
Mesh {
5454
id: mesh
55-
source: "qrc:/example/res/obj/test.obj"
55+
source: "https://zhu-zichu.gitee.io/test.obj"
5656
}
5757
PhongMaterial {
5858
id: material

0 commit comments

Comments
 (0)