PDA

View Full Version : QT + SQL + executable



anouar2002
20th January 2012, 23:07
Hi,
I finished the Qt application development (GUI) that interacts with a database SQL Server 2005.
I asked to file the executable.
But I wonder how to provide an executable that can run on another PC without forgetting its dependence on the database.
What should I do? Thank you in advance

ChrisW67
22nd January 2012, 22:56
Read the friendly manual: Deploying Qt Applications and the operating system specific section linked to from that page. Also search this forum for example deployment layouts like this.