Hi ! I'm using Qt 4.7.1, on Windows 7.
I've built an application using qsql, and native qt sqlite implementation.
Building on my machine, works, running on my machine works.
Running on my laptop, where there is not installed the qt environment, but there are installed a lot of programs, using qt.
Running on my friend computer, doesn't work, it shows "Driver not loaded".
I searched on google, and it seems a plugin problem.
I've tried to create a folder named plugins, with a subfolder, named sqldrivers, and put a dll i've found in my laptop system, the qsqlite.dll i could not find it on the internet, by the way, called qsqlite4.dll.
But doesn't work either.
How i can resolve this issue ?
By the way, the program loads correctly on all the machine, it shows the user interface, but just then it shows "Driver not loaded", and doesn't work.
Thanks in advance.
Marco.