Reputation: 509
I want to create installation file for my project so that i can install it where i want to run my program.
Upvotes: 1
Views: 211
Reputation: 29896
You could use the installer-framework which is used for Qt SDK. It also includes an on-line updater.
Upvotes: 2
Reputation: 25165
Also try CPack. It comes with CMake and creates packages for all the desktop platforms Qt runs on.
Upvotes: 2
Reputation: 7623
Well there is NSIS for Windows and PackageMaker for Mac. Qt doesn't have installer primitives as such. Oh and there's the cross-platform BitRock.
Upvotes: 1