Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.8, QDS 4.7.0
Description
Steps to reproduce:
- Create project and enable cmake generation
- Import the attached Box.fbx to a project
- -> CMakeLists.txt correctly created under <project>\Generated\QtQuick3D\Box\
- Import the same asset again, choose "Overwrite all files" when asked
- -> CMakeLists.txt file is not recreated under <project>\Generated\QtQuick3D\Box\. It does not exists at all in the folder so the old CMakeList.txt got deleted also.
- Closing and reopening the project creates CMakeLists.txt file again.