Reputation: 1
I want to create an animation on QT Design Studio application and generate an executable file that will play it. I can export the project with cmake build files or as a deployable project.
Where should I go from here?
I tried opening the CMakeLists.txt with QT Creator, and at some point I was able to open a project, but the .exe file failed to open on it's own. I am no longer able to use the same method to open other projects however because of missing files every time.
https://doc.qt.io/qtdesignstudio/quick-converting-ui-projects.html Following this, QT does not give me the option to build with qmake
Upvotes: 0
Views: 436