Results 1 to 4 of 4

Thread: how to build the installation setup file of a qt project?

  1. #1
    Join Date
    Jul 2011
    Posts
    81
    Thanks
    8
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows Symbian S60 Maemo/MeeGo

    Default how to build the installation setup file of a qt project?

    I am new to Qt. I want to build my project as an .exe file for instalation. How can i do it.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: how to build the installation setup file of a qt project?

    With an install scripting tool like Nullsoft Installer, Inno Setup, Microsoft MSI files, ...

  3. #3
    Join Date
    Jul 2011
    Posts
    81
    Thanks
    8
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows Symbian S60 Maemo/MeeGo

    Default Re: how to build the installation setup file of a qt project?

    can u explain much more?

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: how to build the installation setup file of a qt project?

    Qt doesn't provide a deployment packaging tool for Windows so you have to use a third party tool. I have listed a couple of the commonly used ones. How you use them is a matter for their manuals and tutorials. In short:
    • Build and test your Qt project
    • Work out what you need to deploy: Deploying Qt Applications
    • Write a script for your installer generator of choice
    • Run your installer generator of choice to build your installer.
    • Profit

Similar Threads

  1. "Project setup" pops up
    By szisziszilvi in forum Newbie
    Replies: 1
    Last Post: 14th June 2011, 12:11
  2. qmake project setup - qtestlib scenario
    By dsaiko in forum Qt Programming
    Replies: 1
    Last Post: 6th June 2011, 15:52
  3. Replies: 1
    Last Post: 3rd December 2009, 23:34
  4. Replies: 7
    Last Post: 2nd November 2009, 19:07
  5. How to use a file to setup a QProgressDialog, Thanks
    By HelloDan in forum Qt Programming
    Replies: 20
    Last Post: 22nd February 2009, 07:55

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.