Replies: 2 comments 1 reply
-
This is a known issue with the cargo build route, see #469 . For now just |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can download a qml file from the file system, not from qrc. Thus, changing the qml file will not cause the project to be rebuilt. This is convenient for prototyping. And in main.rs specify the path to the qml file relative to the project directory
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Every time I made changes to the
*.qml
files, I need to runcargo clean && cargo run
. Otherwise, the changes don't appear. The build itself takes so long thus it slows my iterations.Is there any way to make changes to
*.qml
without rebuilding the entire project?Beta Was this translation helpful? Give feedback.
All reactions