QtSql application not working on the deployed machine
I made a software in Qt/C++. I need to deploy it on Windows 7 (64 bit), which is also the host machine on which I developed the software. The problem is that my software can interact with the sqlite database on the developed machine, but when I try to deploy my software on some other machine, it can't interact with the database there. I tried to use "Run as Administrator", too, but it did not help. I also tried to use the compatibility mode as well. The database is located locally at C:\Users\username\Desktop\db1.sqlite , thus no networking or internet is required for my software to run