Qt creator not perform same for a qml porject from qt design studio
-
I made a qml project in qt design studio with an imported 3d component(.obj) like below (Qt 6.5)
I want to edit this project with Qt creator(Qt 6.5) and open with its cmakeList
but when I run the project, I got warns like below: Mesh data invalid
and my component didnot show upvery much appreciated for any answer
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
Finally, I fix this problem.
The point is the Qt creator version different from QT DS.
I use balsam to generate the correct model files and it worked
qt_6.5\6.5.3\msvc2019_64\bin
balsam 07.obj
but its still confusing that qt6 6.5.3 has different version with QtQuick 6.5 -