Originally, I posted about my issues in this thread https://felgo.com/developers/forums/t/changing-the-folder-structure (please read second half for context)
First stacktrace: https://imgur.com/a/Oo3SIKv
Second stacktrace: https://imgur.com/YdDuoM1
Third stacktrace: https://imgur.com/a/KvWV9OG (new, got this when trying Felgo 4.0.1 earlier)
Since I really want to get the hot reload/full reload working, I tried to create a minimal reproduce project.
While working on it I already ran into issues where I can’t get hot reload nor full reload in components from a QML module library to work.
Please see the example project. Fixing this might already help getting closer to what’s causing the segfaults. If not, then at least then I can experiment a bit more. I hope I’m just making a silly mistake!
Steps to reproduce:
- Download example project https://drive.proton.me/urls/0WM7PJJSR0#wVcEQy0yB0fb (.zip)
- Open project in QtCreator with Felgo 4.0.1 kit
- Start client & connect
- Modify
ProfileDelegate.qml
and notice that changes are not getting applied without recompiling - Modifying the main.qml/a file imported from the
App
directory itself works finemain.cpp
contains this lineengine.addImportPath(QStringLiteral(":/"));
to make component imports fromCore
work- this could be related, and if so, how to fix this in the given project structure?
Cheers!