Hi. I have a small problem.
I've created small app. One class inherited from qdeclarativeview with qml files.
And I use webview to show htm files (local).
I've imported qt webkit 1.0.
The problem is - everything works fine in creator. Even when I launch main.qml from qmlviewer all is good. but release version of the app shows nothing. Like some error is in code but I can't get this error.
Could you help me with it?