File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 42
42
version : ${{ matrix.qt_ver }}
43
43
arch : ${{ matrix.qt_arch }}
44
44
cache : ${{steps.cache-qt.outputs.cache-hit}}
45
- modules : ' qt5compat qtmultimedia qtshadertools qtimageformats qtspeech'
45
+ modules : ' qt5compat qtmultimedia qtshadertools qtimageformats qtspeech qt3d '
46
46
47
47
- name : msvc-build
48
48
id : build
Original file line number Diff line number Diff line change 188
188
<file>qml/viewmodel/TextBoxViewModel.qml</file>
189
189
<file>qml/page/T_Clip.qml</file>
190
190
<file>qml/page/T_3D.qml</file>
191
- <file>res/obj/test.obj</file>
192
191
<file>qml/global/Lang.qml</file>
193
192
</qresource>
194
193
</RCC>
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ FluContentPage{
51
51
]
52
52
Mesh {
53
53
id: mesh
54
- source: " qrc:/example/res/obj /test.obj"
54
+ source: " https://zhu-zichu.gitee.io /test.obj"
55
55
}
56
56
PhongMaterial {
57
57
id: material
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ FluContentPage{
52
52
]
53
53
Mesh {
54
54
id: mesh
55
- source: " qrc:/example/res/obj /test.obj"
55
+ source: " https://zhu-zichu.gitee.io /test.obj"
56
56
}
57
57
PhongMaterial {
58
58
id: material
You can’t perform that action at this time.
0 commit comments