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 run using a Qt Program through qmake in Windows?
Forum Updated to NodeBB v4.3 + New Features

How to run using a Qt Program through qmake in Windows?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 7.0k 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.
  • C Offline
    C Offline
    codeartist
    wrote on last edited by
    #1

    Can anyone please tell me how to run a Qt program in Windows using qmake command?

     ************CODE-ARTIST************
    
    1 Reply Last reply
    0
    • C Offline
      C Offline
      codeartist
      wrote on last edited by
      #2

      Can anyone please let me know. What are the commands of qmake to run a Qt program in Windows

       ************CODE-ARTIST************
      
      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        Eh... so what is it you are after, exactly? Do you want to run qmake, or some other Qt program? What do you want to achieve? Perhaps, you should reference "this guide":http://www.catb.org/~esr/faqs/smart-questions.html to try and formulate a better question.

        Anyway, qmake is a command line application. You run it from a terminal or command line environment. If you installed the SDK, you will have something in your start menu (under the SDK folder somewhere) with an icon that looks like a small black window with a C:\ in it, and with the Qt version as its name. Start that, and in the resulting environment, type qmake.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          TobbY
          wrote on last edited by
          #4

          "Your text to link here...":http://doc.qt.nokia.com/latest/qmake-running.html

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dbzhang800
            wrote on last edited by
            #5

            Do you want to find this: http://doc.qt.nokia.com/latest/qmake-function-reference.html#system-command

            system(command)
            Executes the given command in a secondary shell, and succeeds if the command returns with a zero exit status; otherwise fails.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              codeartist
              wrote on last edited by
              #6

              Thanx to all of you. I got the answer. Really very thanks. :)

               ************CODE-ARTIST************
              
              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