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. Is Qmake going to be abandoned?
Forum Updated to NodeBB v4.3 + New Features

Is Qmake going to be abandoned?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 964 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.
  • M Offline
    M Offline
    MatrixMagic
    wrote on last edited by
    #1

    We are going to use CMAKE for future QT projects, right?
    Why can't I build Qt and QtCreator with Qmake?
    If I want to develop Qt. Can I just open the.pro project?
    Do i need to execute the script in the source directory? Such as syncqt.pl?

    jsulmJ 1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @MatrixMagic said in Is Qmake going to be abandoned?:

      Why can't I build Qt and QtCreator with Qmake?

      Because those two projects use cmake as build system and not qmake.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      SGaistS 1 Reply Last reply
      0
      • M MatrixMagic

        We are going to use CMAKE for future QT projects, right?
        Why can't I build Qt and QtCreator with Qmake?
        If I want to develop Qt. Can I just open the.pro project?
        Do i need to execute the script in the source directory? Such as syncqt.pl?

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

        @MatrixMagic said in Is Qmake going to be abandoned?:

        We are going to use CMAKE for future QT projects, right?

        Yes

        "Why can't I build Qt and QtCreator with Qmake?" - Qt5 can be built with QMake. Qt6 switched to CMake. Does it make a difference for you whether you have to call cmake or qmake to build Qt/QtCreator?

        "If I want to develop Qt. Can I just open the.pro project?" - sure, why not? Or do you mean you want to build Qt?

        "Do i need to execute the script in the source directory? Such as syncqt.pl?" - what you need to do is described here: https://wiki.qt.io/Building_Qt_6_from_Git

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

        M 1 Reply Last reply
        4
        • Christian EhrlicherC Christian Ehrlicher

          @MatrixMagic said in Is Qmake going to be abandoned?:

          Why can't I build Qt and QtCreator with Qmake?

          Because those two projects use cmake as build system and not qmake.

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          @Christian-Ehrlicher said in Is Qmake going to be abandoned?:

          @MatrixMagic said in Is Qmake going to be abandoned?:

          Why can't I build Qt and QtCreator with Qmake?

          Because those two projects use cmake as build system and not qmake.

          Not exactly, current Qt Creator main branch can be built with both :-)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • jsulmJ jsulm

            @MatrixMagic said in Is Qmake going to be abandoned?:

            We are going to use CMAKE for future QT projects, right?

            Yes

            "Why can't I build Qt and QtCreator with Qmake?" - Qt5 can be built with QMake. Qt6 switched to CMake. Does it make a difference for you whether you have to call cmake or qmake to build Qt/QtCreator?

            "If I want to develop Qt. Can I just open the.pro project?" - sure, why not? Or do you mean you want to build Qt?

            "Do i need to execute the script in the source directory? Such as syncqt.pl?" - what you need to do is described here: https://wiki.qt.io/Building_Qt_6_from_Git

            M Offline
            M Offline
            MatrixMagic
            wrote on last edited by
            #5

            @jsulm I mean develop the Qt code of itself.
            Use QTCreator directly to open the . pro in source directory.
            It is not able to create a complete project.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Which module are you talking about ?

              If qtbase, then you have to properly configure it first.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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