Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
朱子楚\zhuzi committed Oct 15, 2023
1 parent f265753 commit 4b6fa1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
version: ${{ matrix.qt_ver }}
arch: ${{ matrix.qt_arch }}
cache: ${{steps.cache-qt.outputs.cache-hit}}
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech'
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech qt3d'

- name: msvc-build
id: build
Expand Down
1 change: 0 additions & 1 deletion example/example.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
<file>qml/viewmodel/TextBoxViewModel.qml</file>
<file>qml/page/T_Clip.qml</file>
<file>qml/page/T_3D.qml</file>
<file>res/obj/test.obj</file>
<file>qml/global/Lang.qml</file>
</qresource>
</RCC>
2 changes: 1 addition & 1 deletion example/qml-Qt6/page/T_3D.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FluContentPage{
]
Mesh {
id: mesh
source: "qrc:/example/res/obj/test.obj"
source: "https://zhu-zichu.gitee.io/test.obj"
}
PhongMaterial {
id: material
Expand Down
2 changes: 1 addition & 1 deletion example/qml/page/T_3D.qml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FluContentPage{
]
Mesh {
id: mesh
source: "qrc:/example/res/obj/test.obj"
source: "https://zhu-zichu.gitee.io/test.obj"
}
PhongMaterial {
id: material
Expand Down

0 comments on commit 4b6fa1e

Please sign in to comment.