I have project where FelgoHotReload is not working. I mean any simply changes in QML file are not reflected in app window until app is rerun. Event “Full Reload” button nothing changes in view. On each save of new QML content I see in app window small indicator of reloading QML file, but nothing changes in view.
I have other project with almost same CMake configuration and Hot Reload is working with it, so seems it is problem with specific project, not my environment.
Any ideas what can block reloading new content of QML files in this specific project?