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 deploy an Qt Application

How to deploy an Qt Application

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 6 Posters 2.1k Views 3 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I want to turn my Qt Application into an executable file how to do it?

    FlotisableF 1 Reply Last reply
    0
    • ? A Former User

      I want to turn my Qt Application into an executable file how to do it?

      FlotisableF Offline
      FlotisableF Offline
      Flotisable
      wrote on last edited by
      #2

      @Gelo
      maybe you can read this

      ? 1 Reply Last reply
      0
      • FlotisableF Flotisable

        @Gelo
        maybe you can read this

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @Flotisable Thank you ^_^

        1 Reply Last reply
        0
        • K Offline
          K Offline
          karti gesar
          wrote on last edited by
          #4

          use release ..to get the executable file

          ? 1 Reply Last reply
          0
          • K karti gesar

            use release ..to get the executable file

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            @karti-gesar how? how about pythoninstaller.exe?

            K 1 Reply Last reply
            0
            • ? A Former User

              @karti-gesar how? how about pythoninstaller.exe?

              K Offline
              K Offline
              karti gesar
              wrote on last edited by
              #6

              @Gelo for windows if you are using qt ..bottom left there play button above there will be a cpu icon there u can use debug or release ...release will get the .exe ... sorry i don't know about python

              jsulmJ 1 Reply Last reply
              0
              • M Offline
                M Offline
                mostefa
                wrote on last edited by mostefa
                #7

                Hello @Gelo,

                What about this topic ?

                http://stackoverflow.com/questions/8312725/how-to-create-executable-file-for-a-qt-application

                See the first answer

                1 Reply Last reply
                0
                • K karti gesar

                  @Gelo for windows if you are using qt ..bottom left there play button above there will be a cpu icon there u can use debug or release ...release will get the .exe ... sorry i don't know about python

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @karti-gesar You will get an exe for both debug and release mode.
                  Debug builds are bigger than release builds as they contain debug information.

                  @Gelo "I want to turn my Qt Application into an executable file how to do it?" - just build your app. I think what you really mean is: how do I deploy my app? For that please read (@Flotisable has already provided this link) http://doc.qt.io/qt-5/deployment.html

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  1
                  • mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    And if you mean really mean
                    how to make an exe file with python
                    then maybe
                    https://mborgerson.com/creating-an-executable-from-a-python-script
                    can help :)

                    1 Reply Last reply
                    1

                    • Login

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