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. MAX QT VERSION
QtWS25 Last Chance

MAX QT VERSION

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

    My ubuntu version is 18.04
    My gcc version : gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0
    QMake version 3.1
    Currently I am using Qt version 5.9.5 in linux.
    Jetpack Version: 4.6-b199

    Which max QT version I can use in present case?

    Pl45m4P jsulmJ 2 Replies Last reply
    0
    • E ELIF

      My ubuntu version is 18.04
      My gcc version : gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0
      QMake version 3.1
      Currently I am using Qt version 5.9.5 in linux.
      Jetpack Version: 4.6-b199

      Which max QT version I can use in present case?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by Pl45m4
      #2

      @ELIF said in MAX QT VERSION:

      QMake version 3.1

      If you want to stick to QMake, you are limited to Qt5 since Qt6 uses CMake.
      [Not limited, but Cmake is recommended. Thx @SGaist ]
      If you dont have a commmercial licence, the latest (and best) version would be Qt 5.15.2


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      SGaistS 1 Reply Last reply
      0
      • E ELIF

        My ubuntu version is 18.04
        My gcc version : gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0
        QMake version 3.1
        Currently I am using Qt version 5.9.5 in linux.
        Jetpack Version: 4.6-b199

        Which max QT version I can use in present case?

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

        @ELIF Latest Qt5 should work.
        Qt6 probably not (too old compiler), see https://doc.qt.io/qt-6/linux.html

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

        1 Reply Last reply
        1
        • Pl45m4P Pl45m4

          @ELIF said in MAX QT VERSION:

          QMake version 3.1

          If you want to stick to QMake, you are limited to Qt5 since Qt6 uses CMake.
          [Not limited, but Cmake is recommended. Thx @SGaist ]
          If you dont have a commmercial licence, the latest (and best) version would be Qt 5.15.2

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

          Hi,

          @Pl45m4 said in MAX QT VERSION:

          @ELIF said in MAX QT VERSION:

          QMake version 3.1

          If you want to stick to QMake, you are limited to Qt5 since Qt6 uses CMake.
          If you dont have a commmercial licence, the latest (and best) version would be Qt 5.15.2

          For qmake, that is wrong, it's still supported in Qt 6 for user project although not encouraged.

          Qt 5.15.3 has been released but source only if memory serves well.

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

          Pl45m4P 1 Reply Last reply
          1
          • SGaistS SGaist

            Hi,

            @Pl45m4 said in MAX QT VERSION:

            @ELIF said in MAX QT VERSION:

            QMake version 3.1

            If you want to stick to QMake, you are limited to Qt5 since Qt6 uses CMake.
            If you dont have a commmercial licence, the latest (and best) version would be Qt 5.15.2

            For qmake, that is wrong, it's still supported in Qt 6 for user project although not encouraged.

            Qt 5.15.3 has been released but source only if memory serves well.

            Pl45m4P Offline
            Pl45m4P Offline
            Pl45m4
            wrote on last edited by
            #5

            @SGaist said in MAX QT VERSION:

            For qmake, that is wrong, it's still supported in Qt 6 for user project although not encouraged.

            Oh ok... Learned something :)
            I thought they moved completely to CMake in Qt6.


            If debugging is the process of removing software bugs, then programming must be the process of putting them in.

            ~E. W. Dijkstra

            SGaistS 1 Reply Last reply
            0
            • Pl45m4P Pl45m4

              @SGaist said in MAX QT VERSION:

              For qmake, that is wrong, it's still supported in Qt 6 for user project although not encouraged.

              Oh ok... Learned something :)
              I thought they moved completely to CMake in Qt6.

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

              @Pl45m4 said in MAX QT VERSION:

              @SGaist said in MAX QT VERSION:

              For qmake, that is wrong, it's still supported in Qt 6 for user project although not encouraged.

              Oh ok... Learned something :)
              I thought they moved completely to CMake in Qt6.

              The build system for Qt itself has however the goal was not to break everybody's projects hence qmake is still available as a tool so that current project can easily migrate to Qt 6. They also have a script to help port from qmake project to cmake.

              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