Hi Alex, thanks for the reply!
Found the button in the client window, in Actions -> Clear project cache and reload.
I found out that Felgo creates cache at: C:\Users\<username>\AppData\Roaming\Felgo Live Client\<projectname>.
The said button cleans all folders at that location.
However, this does not help with the issue. Therefore, a feature suggestion to Felgo: Monitor the actual structure and settings of the user as per the qml locations, and reproduce that structure in the cache and build folders.
Manual solutions to the issue:
- Create your wanted folder structure in the project folder
- Change in .pro file: qmlFolder.source = <your wanted path>
- Change in main.cpp: felgo.setMainQmlFileName(QStringLiteral(<location and name of your main qml file, relative to proj path>));
- To use the live client with custom folder structure: Copy your custom structuring to the cache location mentioned above
- To debug and dev normally by running with Qt Creator, you also need to replicate custom structuring at the build folder
At deployment, things should be changed to use .qrc, I believe, and that will mean other modifications.
Best,
-Miika