I have tried running an SQLITE application on windows mobile but, neither windows mobile emulator nor the device can find the database drivers, although application can run as desktop application on PC. I have developed a few windows mobile applications via Qt but I can't merge SQLITE driver with them. to put crudely, Mobile Application can't find the database driver, what might be the reason? Secondly, am I supposed to specify any sqlite related flag while configuring the Qt Package?

There is a broader version of my question here.

Thanks in advance.