Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How do I use qt5.15 on qtCreator 9? - Legacy Support
Forum Updated to NodeBB v4.3 + New Features

How do I use qt5.15 on qtCreator 9? - Legacy Support

Scheduled Pinned Locked Moved Solved Installation and Deployment
10 Posts 5 Posters 2.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.
  • P Offline
    P Offline
    phil61628
    wrote on last edited by
    #1

    Hello,
    I've come across some pretty persistent bugs with the Windows 10 Multimedia support in qt6.5, and creator10, and want to go back to qt5.15, on creator9, with a qMake build and troubleshoot things there - this seems very stable, predictable, and what most of the example content within creator is built around.

    However, I feel like I'm in an impossible double bind, with the dramatic Qt changes made in the last few months.

    • I recently uninstalled everything, and reinstalled ONLY 5.15 (qt-unified-windows-x64-4.6.0-online.exe)
    • Yes, the online installer supports 5.15, but does not give an option for creator9.
    • I believe ONLY creator9 supports qMake, and 5.15 project creation.

    If this is correct, I am currently locked into creator10 with a minimum version support of 6.2, and I feel I am not provided the tools to work with 5.15 at all.

    Am I missing something? I was able to install this architecture in April, and it seems to be unavailable right now.

    Christian EhrlicherC 1 Reply Last reply
    0
    • P phil61628

      @Christian-Ehrlicher
      Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #8

      @phil61628 said in How do I use qt5.15 on qtCreator 9? - Legacy Support:

      @Christian-Ehrlicher
      Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

      When creating a new project, you want to select "Qt Quick Application (compat)". This option was not available in Qt Creator 10.0.1, but is available in version 10.0.2 (and 11.0.0-RC1)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      P 1 Reply Last reply
      3
      • P phil61628

        Hello,
        I've come across some pretty persistent bugs with the Windows 10 Multimedia support in qt6.5, and creator10, and want to go back to qt5.15, on creator9, with a qMake build and troubleshoot things there - this seems very stable, predictable, and what most of the example content within creator is built around.

        However, I feel like I'm in an impossible double bind, with the dramatic Qt changes made in the last few months.

        • I recently uninstalled everything, and reinstalled ONLY 5.15 (qt-unified-windows-x64-4.6.0-online.exe)
        • Yes, the online installer supports 5.15, but does not give an option for creator9.
        • I believe ONLY creator9 supports qMake, and 5.15 project creation.

        If this is correct, I am currently locked into creator10 with a minimum version support of 6.2, and I feel I am not provided the tools to work with 5.15 at all.

        Am I missing something? I was able to install this architecture in April, and it seems to be unavailable right now.

        Christian EhrlicherC Online
        Christian EhrlicherC Online
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @phil61628 said in How do I use qt5.15 on qtCreator 9? - Legacy Support:

        I believe ONLY creator9 supports qMake, and 5.15 project creation.

        No, why should it? You can use qmake and any Qt version you want with any QtCreator version.

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

        P 1 Reply Last reply
        1
        • Christian EhrlicherC Christian Ehrlicher

          @phil61628 said in How do I use qt5.15 on qtCreator 9? - Legacy Support:

          I believe ONLY creator9 supports qMake, and 5.15 project creation.

          No, why should it? You can use qmake and any Qt version you want with any QtCreator version.

          P Offline
          P Offline
          phil61628
          wrote on last edited by
          #3

          @Christian-Ehrlicher
          Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

          Christian EhrlicherC JKSHJ 2 Replies Last reply
          0
          • P phil61628

            @Christian-Ehrlicher
            Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

            Christian EhrlicherC Online
            Christian EhrlicherC Online
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on last edited by
            #4

            Aapart fromt he fact that I don't understand why you want to use qmake - simply create the qmake pro file on the command line and open it as project in QtCreator.

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

            P 1 Reply Last reply
            0
            • Christian EhrlicherC Christian Ehrlicher

              Aapart fromt he fact that I don't understand why you want to use qmake - simply create the qmake pro file on the command line and open it as project in QtCreator.

              P Offline
              P Offline
              phil61628
              wrote on last edited by
              #5

              @Christian-Ehrlicher
              I inherited a project in 5.15 built with qmake, and I am adding qml to an originally console application.

              I have had trouble with the qml multimedia support in 6.5, and would like to troubleshoot in the original architecture again.

              Could you share a link to any resources on creating a qmake project with the command line like you’re suggesting? Thank you!

              JoeCFDJ jsulmJ 2 Replies Last reply
              0
              • P phil61628

                @Christian-Ehrlicher
                I inherited a project in 5.15 built with qmake, and I am adding qml to an originally console application.

                I have had trouble with the qml multimedia support in 6.5, and would like to troubleshoot in the original architecture again.

                Could you share a link to any resources on creating a qmake project with the command line like you’re suggesting? Thank you!

                JoeCFDJ Offline
                JoeCFDJ Offline
                JoeCFD
                wrote on last edited by
                #6

                @phil61628 I guess multimedia module has been reworked a lot in Qt6. You may not be able to run your multimedia related code made from Qt 5.15 anymore in Qt6.

                P 1 Reply Last reply
                0
                • JoeCFDJ JoeCFD

                  @phil61628 I guess multimedia module has been reworked a lot in Qt6. You may not be able to run your multimedia related code made from Qt 5.15 anymore in Qt6.

                  P Offline
                  P Offline
                  phil61628
                  wrote on last edited by
                  #7

                  @JoeCFD Yes, even the changes from 6.2->6.5 have been a lot to keep track of.

                  Part of the overall challenge has been figuring out the best architecture to rewrite the existing 5.15 code. Migrating the c++ from the old qmake console application, but writing/rewriting it with a qml frontend.

                  The benefit of qml is the design and gesture support - which have been very intuitive so far - the tricky part has been exploring the changes from qt5 to qt6 with the changes.

                  Ive already written and broke projects in 6.2, 6.4, and 6.5 with different underlying troubles in each version.

                  Ideally, having explored qt6 inside creator10 with a cmake build, the next logical step feels like going back to 5.15 in creator9 with a qmake build. Herein is my problem though: the current online installer and creator ‘new project’ dialog are not legacy supported (at least on windows 10), and I’ve had no luck with the offline installers / repo.

                  1 Reply Last reply
                  0
                  • P phil61628

                    @Christian-Ehrlicher
                    Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

                    JKSHJ Offline
                    JKSHJ Offline
                    JKSH
                    Moderators
                    wrote on last edited by
                    #8

                    @phil61628 said in How do I use qt5.15 on qtCreator 9? - Legacy Support:

                    @Christian-Ehrlicher
                    Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

                    When creating a new project, you want to select "Qt Quick Application (compat)". This option was not available in Qt Creator 10.0.1, but is available in version 10.0.2 (and 11.0.0-RC1)

                    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                    P 1 Reply Last reply
                    3
                    • P phil61628

                      @Christian-Ehrlicher
                      I inherited a project in 5.15 built with qmake, and I am adding qml to an originally console application.

                      I have had trouble with the qml multimedia support in 6.5, and would like to troubleshoot in the original architecture again.

                      Could you share a link to any resources on creating a qmake project with the command line like you’re suggesting? Thank you!

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

                      @phil61628 said in How do I use qt5.15 on qtCreator 9? - Legacy Support:

                      Could you share a link to any resources on creating a qmake project with the command line like you’re suggesting?

                      https://doc.qt.io/qt-6/qmake-tutorial.html

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

                      1 Reply Last reply
                      0
                      • JKSHJ JKSH

                        @phil61628 said in How do I use qt5.15 on qtCreator 9? - Legacy Support:

                        @Christian-Ehrlicher
                        Do you know why Qt creator is only giving me options to use cmake and qbs with a minimum build of 6.2, 6.4, or 6.5?

                        When creating a new project, you want to select "Qt Quick Application (compat)". This option was not available in Qt Creator 10.0.1, but is available in version 10.0.2 (and 11.0.0-RC1)

                        P Offline
                        P Offline
                        phil61628
                        wrote on last edited by
                        #10

                        @JKSH
                        This is what I was missing. The legacy support is much appreciated. Thank you very much for the help!

                        1 Reply Last reply
                        0
                        • P phil61628 has marked this topic as solved on

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved