Hello
How do my Project work with another device ?
does not have a qt4
In short, I want to make my Project as the application.
Such as .exe
Printable View
Hello
How do my Project work with another device ?
does not have a qt4
In short, I want to make my Project as the application.
Such as .exe
Create your application static, so you will get an all included exe, or link your application dynamic (default). Then you have to deliver the dll's. See How to deploy an application in the docs.
Here you will find enough steps: http://doc.qt.nokia.com/4.6/deployment-windows.html.