Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator MSYS2 "Cmake executable does not provide required IDE integration"
Forum Updated to NodeBB v4.3 + New Features

Qt Creator MSYS2 "Cmake executable does not provide required IDE integration"

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 5 Posters 1.4k 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.
  • M Offline
    M Offline
    Martin1234
    wrote on last edited by
    #1

    Hello,

    I'm trying to use MSYS2 with Qt Creator. So I created a new Kit and tried to set the cmake executable path to the msys mingw64 path: C:\msys64\mingw64\bin\cmake.exe
    but next to the name an error sign is visible and when hovering the cmake entry the following message appears:

    Supports file API: false
    Detection source: ""
    Cmake executable does not provide required IDE integration

    I checked the mingw64 cmake version and it is 3.22.2 so it newer than 3.14 where the file API support was added.

    Does anybody know why I get this message?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      akumal
      wrote on last edited by
      #2

      I have the same problem... Did you solved it?
      Thanks!

      1 Reply Last reply
      0
      • cristian-adamC Offline
        cristian-adamC Offline
        cristian-adam
        wrote on last edited by
        #3

        Qt Creator tries to run C:\msys64\mingw64\bin\cmake.exe outside of a MSYS2 context and the necessary libraries are not in path and unfortunately the error message is not helping you fix the issue.

        You need to have C:\msys64\mingw64\bin in PATH in either the Kit's environment setting or in Options -> Environment -> System.

        The setting should look something like: PATH=C:\msys64\mingw64\bin\;${PATH}

        1 Reply Last reply
        1
        • O Offline
          O Offline
          orto
          wrote on last edited by
          #4

          I faced the same issue after changing Options -> Environment -> Interface -> Text codec for tools to unicode. Fixed by reverting back to default (windows-1252).

          A 1 Reply Last reply
          1
          • O orto

            I faced the same issue after changing Options -> Environment -> Interface -> Text codec for tools to unicode. Fixed by reverting back to default (windows-1252).

            A Offline
            A Offline
            Alaa-Arees-PHOENIX
            wrote on last edited by
            #5

            @orto That was the case for me too. Thanks it worked after switching back to windows-1252 (actually the issue happened when I used the git extension for the first time, I didn't explicitly change the codec in the first place).

            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