Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use QtCreator to create Windows install for a Qt Windows Application?

Tags:

qt-creator

I have a Qt Windows app (developed in QtCreator) that I'd like to create a windows install CD. Does QtCreator have a feature that makes this possible? Or do I have to use NSIS ? Please help. - Nkumar

like image 393
NKumar Avatar asked Dec 31 '09 20:12

NKumar


2 Answers

You can also check out the Qt Installer framework, this lets you make cross-platform installers.

like image 55
Rune E. Avatar answered Sep 28 '22 04:09

Rune E.


Qt Creator doesn't do installers. NSIS or WiX are probably your best bets here.

like image 41
ChrisV Avatar answered Sep 28 '22 05:09

ChrisV