[SOLVED] Necessitas - Does not support QRC?
Mobile and Embedded
3
Posts
2
Posters
1.6k
Views
1
Watching
-
When I debug application on my Android, Application writes (into Appication Output panel - Necessitas QtCreator):
@
W/Qt (27714): qrc://qml/NecessitasDemo2/main.qml: Network error
@It thinks it's network protocol, but it's not... Does Necessitas support QRC?
-
Yes, QRC works in Necessitas. I don't know why it's not working for you, probably the path is wrong (check your .pro file config and how you invoke qrc from C++ code).
EDIT: oops, I was too late :)