SomeUser
SomeUser

Reputation: 2041

how do you create standalone(just one exe) application with qt?

how do you create standalone(just one exe) application with qt?

Upvotes: 6

Views: 2292

Answers (1)

Chuck Claunch
Chuck Claunch

Reputation: 1654

You don't. Assuming you mean distributed to any machine without the Qt libraries. You can, however, easily deploy applications (in Windows) with all needed libraries using the windeployqt tool.

Upvotes: 1

Related Questions