Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Cant Use Qmake
Qt 6.11 is out! See what's new in the release blog

Cant Use Qmake

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 2 Posters 2.5k 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.
  • K Offline
    K Offline
    kingsta
    wrote on last edited by
    #1

    Hello

    I am a new one who use Qt. I want to make a program on windows. I use Windows 7 and Qt SDK v1.2.1 .

    I want to make *.pro file from *.cpp and *.ui files.

    My book says;

    1. Open qmake
    2. write, qmake -project
    3. write, qmake window1.pro

    Problem is that I cant launch qmake. Where is the qmake in Qt SDK v1.2.1 ? How can i launch qmake?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      I am wondering if you are reading a translated book and that there might be translation problem.
      Anyhow, why aren't trying the Qt tutorials? E.g. "this general tutorail":http://qt-project.org/doc/qt-4.8/tutorials.html

      The Qt creator is an editor and development environment. It is hiding most of the issues as starting qmake directly.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kingsta
        wrote on last edited by
        #3

        I have C++ GUI Programming with Qt 4 (translated book). You probably right. I am a bit confused, I dont know what i do. I guess I read Qt Tutorial for true information.

        So, is Qt Creator better than qmake?

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

          [quote author="kingsta" date="1343905862"]
          So, is Qt Creator better than qmake?[/quote]

          With the SDK all Qt components may be installed. Qmake is a tool helping in creating makefiles on different platforms. I rarely use it directly, therefore, my knowledge may be too limited.

          Since you like to start learning about Qt you need to have an (integrated) development environment (IDE). Qt creator just such an IDE. You may use also other IDEs like Eclipse, Visual Studio, etc. However, as long as you have not a preferred IDE I would recommend starting out with Qt creator. There are plenty of different tutorials helping you in understanding the use of the different tools. However, with Qt creator as your IDE there is not really much need to bother about all these different things.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kingsta
            wrote on last edited by
            #5

            I got it now. I should use Qt Creator and try Qt Tutorials.

            Thank you my friends for help.

            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