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 finalize an application in QT ?
Forum Updated to NodeBB v4.3 + New Features

How to finalize an application in QT ?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 801 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.
  • G Offline
    G Offline
    Guilerme
    wrote on last edited by
    #1

    I'm new , I wanted to know how to make my program run on windows 7 , just by clicking the .EXE file

    1 Reply Last reply
    0
    • N Offline
      N Offline
      N.Sumi
      wrote on last edited by N.Sumi
      #2

      @Guilerme

      Normally you can find the .exe file in the build folder of the project.

      When you finalize the Qt Application :

      1. Compile it on the Release Mode. In the Release dir , you can find the .exe file.
      2. Go to the Qt installation path Eg: C:\Qt\5.5\msvc2013_64\bin , you can see all the supportive .dll's .Copy required the .dll's to Release directory(where your .exe is ).

      Refer to this.

      1 Reply Last reply
      1
      • G Offline
        G Offline
        Guilerme
        wrote on last edited by
        #3

        @N.Sumi

        Worked thanks!!!

        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