Qt 5.7.1 Windows 7 MinGW
When i try to run empty Felgo App project i’m getting error:
QQmlApplicationEngine failed to load component
file:///C:/Users/Levolex/qml/Main.qml:-1 File not found
There is no Main.qml file on this path, but I wonder why the library searches QML-files in my user directory and not in project build directory where they are (and it makes sense). In main.cpp I see only relative path ” vplay.setMainQmlFileName(QStringLiteral(“qml/Main.qml”));” and project settings working directory is set to my project directory which contains “qml” subdir. So everything seems to be ok. What settings I should make to fix this problem?