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. cmake configuration & qt version

cmake configuration & qt version

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 4 Posters 835 Views 2 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.
  • T Offline
    T Offline
    tracy_nk
    wrote on last edited by aha_1980
    #1

    I am trying to resolve this error on cmake:
    ec6a490c-596c-4c79-af47-09f8651ba3e0-image.png

    my version of qt:
    c3638baa-dd83-483a-825a-b4f21eaca532-image.png

    i've realised that i'm using 4.11.1, is it producing an error because its the wrong version number? thank you

    Pl45m4P KroMignonK 2 Replies Last reply
    0
    • T tracy_nk

      I am trying to resolve this error on cmake:
      ec6a490c-596c-4c79-af47-09f8651ba3e0-image.png

      my version of qt:
      c3638baa-dd83-483a-825a-b4f21eaca532-image.png

      i've realised that i'm using 4.11.1, is it producing an error because its the wrong version number? thank you

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

      @tracy_nk

      It says Qt Creator Ver. 4.11.1
      Your Qt Version is 5.14.1 as written in the next line.

      Did you only install Qt Creator or do you have any other version of Qt installed?


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

      ~E. W. Dijkstra

      jsulmJ 1 Reply Last reply
      1
      • T Offline
        T Offline
        tracy_nk
        wrote on last edited by
        #3

        Thank you for your response, i also installed Qt component 5.9.9

        jsulmJ 1 Reply Last reply
        0
        • Pl45m4P Pl45m4

          @tracy_nk

          It says Qt Creator Ver. 4.11.1
          Your Qt Version is 5.14.1 as written in the next line.

          Did you only install Qt Creator or do you have any other version of Qt installed?

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

          @Pl45m4 said in cmake configuation & qt version:

          Your Qt Version is 5.14.1 as written in the next line.

          Not necesserily. It's the version which was used to build Qt.

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

          Pl45m4P 1 Reply Last reply
          2
          • T tracy_nk

            Thank you for your response, i also installed Qt component 5.9.9

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

            @tracy_nk What CMake version do you use?

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

            1 Reply Last reply
            0
            • T tracy_nk

              I am trying to resolve this error on cmake:
              ec6a490c-596c-4c79-af47-09f8651ba3e0-image.png

              my version of qt:
              c3638baa-dd83-483a-825a-b4f21eaca532-image.png

              i've realised that i'm using 4.11.1, is it producing an error because its the wrong version number? thank you

              KroMignonK Offline
              KroMignonK Offline
              KroMignon
              wrote on last edited by
              #6

              @tracy_nk To help you, we need more informations like:

              • you have installed Qt Creator 4.11.1 (which was build with Qt 5.14.1), but this is only an IDE. So what Qt Kit do you have installed?
              • which CMake version are you using? Are you using CMake 3.16.0, which is available with Qt Maintenance Tool?

              It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

              1 Reply Last reply
              2
              • T Offline
                T Offline
                tracy_nk
                wrote on last edited by
                #7

                I'm assuming I have Qt 5.9.9 based on the picture below:

                65d8660d-ab9c-4705-911b-d710f502f962-image.png

                I'm using CMakke 3.16.0-rc3

                jsulmJ 1 Reply Last reply
                0
                • T tracy_nk

                  I'm assuming I have Qt 5.9.9 based on the picture below:

                  65d8660d-ab9c-4705-911b-d710f502f962-image.png

                  I'm using CMakke 3.16.0-rc3

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

                  @tracy_nk Take a look at this: https://doc.qt.io/qt-5/cmake-get-started.html
                  Try to set CMAKE_PREFIX_PATH as described there.

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

                  1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @Pl45m4 said in cmake configuation & qt version:

                    Your Qt Version is 5.14.1 as written in the next line.

                    Not necesserily. It's the version which was used to build Qt.

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

                    @jsulm

                    Ah, good to know.
                    Thought, if you download just Qt Creator, you get the Qt version which is shown in this aboutDialog.


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

                    ~E. W. Dijkstra

                    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