Re: Can some please help?
Asserts only happen if you compile your app in debug mode. Either send a non-debug version of the app to your client of compile app in debug mode for yourself and try to replicate the assert (it might be a bug in Qt though, so check the task tracker too).
Re: Can some please help?
I was able to find out the problem. The problem is with auto mount. If file system is mounted by amd the qt is not able to find all the items in a dir. There fore it is throwing error.
Thanks
Jnana