Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to create installer for Qt
Qt 6.11 is out! See what's new in the release blog

How to create installer for Qt

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 5.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    actionking
    wrote on last edited by
    #1

    Dear Guys,
    I want to create a installer for Qt...That is for eg:I can say Internet Explorer,Mozilla firefox.If we clicked these tools means,well accessing it..Like wise i have created a code in Qt and it works nicely....But now my task is to create a installer(Executable file) for that code...That is If i clicked that exe.file means,My required output should come...Like wise if i copied that Exe.file alone into another system,it should work perfectly......That means the code should not be dispalyed anywhere...Only Exe.file should be there...Please kindly help me....Thanks in advance...Please tell the procedure
    With regards,
    kanna.

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      First of all you need to know which components are required when you're deploying your app to other computers. For Windows there's nice info "here":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

      Then, when you know which files are needed and where to put them on users computers you have to package them into an installer. There are a few free solutions (for example "Inno Setup":http://www.jrsoftware.org/isinfo.php) and some paid ones.
      Qt has also its own installer framework that can help you create an installation package for your application. You can get it "here":http://qt-project.org/downloads#qt-other
      A comprehensive manual for it is available "here":http://doc-snapshot.qt-project.org/qtifw-1.3/index.html

      1 Reply Last reply
      0
      • A Offline
        A Offline
        actionking
        wrote on last edited by
        #3

        Thank you,could you please tell for Ubuntu

        1 Reply Last reply
        0
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You talked about exe files so I assumed Windows. There's similar info for linux "here":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-x11.html
          You should dig through the Qt docs. There's a lot of information there. Also make a search on this forum. This is a common topic so you should find a lot of questions already covered.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            actionking
            wrote on last edited by
            #5

            Thanks in advance..Hope it will work..otherwise please help me....still i'm not clear...anyway i will go through it..

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved