-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 4.7.1
-
None
-
-
QDS Berlin - 2025 Week 35/36, QDS Berlin - 2025 Week 37/38, QDS Berlin - 2025 Week 39/40
Minimal reproduction project: https://git.qt.io/se_japan_public/qds-related/workflowfigma3ddemo
Commit: afa9582aea5386b9aa30d309eae372f092161d93
---------
The generated CMakeList.txt([link|https://git.qt.io/se_japan_public/qds-related/workflowfigma3ddemo/-/blob/master/WorkflowFigma3DContent/Generated/QtQuick3D/Scene/CMakeLists.txt?ref_type=heads]) is missing "meshes/*.mesh" files in RESOURCES of qt6_add_qml_module(), which prevents the app from launching due to missing meshes.
One should write additional code as in the CMakeLists.txt above(REL_MESH_FILES), but since QDS with "Enable CMake Generator" wipes the modification every time *.qmlproject is changed, a user has to make the same change manually again.