QtCreator use caches and doesnt recompile QML
Unsolved
QML and Qt Quick
-
hi, i am writing a Qt Quick 2 application with PySide2, my problem is, no matter how many changes i make, when i click on Run, there is no cahnge, looks like Qt Creator is using some cache file, if i run the PySide project from a terminal out of QtCreator, the changes will apply and then QtCreator run program with changes, i set QML_DISABLE_DISK_CACHE to 1 in projects>Environment but nothing happend after! do you have any solution to my problem?
thank you.