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. Default building system for Qt

Default building system for Qt

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

    I am reading online and get confused. I thought the QMake is the default building system because Creator from Qt5 uses it. But this article says from Qt3 to Qt4 CMake is used. Now QMake is used from Qt5?

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

      In current versions of both Qt 4 and 5 qmake is the default when using QtCreator. You can use CMake for both of them and QtCreator supports that too, but it requires some more manual steps to add Qt libraries to the project.

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

        Hi, which article says that CMake is the default building system of Qt?

        1 Reply Last reply
        0
        • U Offline
          U Offline
          user001
          wrote on last edited by
          #4

          here is the "article":http://qt-project.org/quarterly/view/using_cmake_to_build_qt_projects: http://qt-project.org/quarterly/view/using_cmake_to_build_qt_projects

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tilsitt
            wrote on last edited by
            #5

            Hi,

            the article is not saying CMake is the default building system. It is one among others. Among these others, qmake is the only one provided with Qt installation, so you can see it as the default one, but, again, it is only one among others.

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

              Hi, seems you have misunderstood it.

              It only says that KDE4 using CMake as the default build system, while KDE3 using autotools.

              KDE is an project which depend on Qt.

              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