Hi
how to make that QtCreator can see qml files, located in resources?
for example:
I have qrc file:
<RCC>
<qresource prefix="/qml">
<file alias="CheckBox.qml">qmlcomponents/symbian/CheckBox.qml</file>
</RCC>
if I add
import ":/qml"
CheckBox {}
the code will work but QtCreator complains on CheckBox: "unknown type"
how to fix this? any workaround?
Thanks



