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. CMake project configuration failed. Error
Forum Updated to NodeBB v4.3 + New Features

CMake project configuration failed. Error

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 3 Posters 1.3k 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
    MrHandSOme
    wrote on last edited by
    #1

    I am adding another opensource project built with qt to qt Creator, but no matter which kit I run it in, I get the same error: ":-1: error: CMake project configuration failed. No CMake configuration for build type "Debug" found.". There is no problem with the projects I created and developed, they work fine, but this project gives errors.

    Pl45m4P 1 Reply Last reply
    0
    • M MrHandSOme

      I am adding another opensource project built with qt to qt Creator, but no matter which kit I run it in, I get the same error: ":-1: error: CMake project configuration failed. No CMake configuration for build type "Debug" found.". There is no problem with the projects I created and developed, they work fine, but this project gives errors.

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

      @MrHandSOme said in CMake project configuration failed. Error:

      no matter which kit I run it in, I get the same error: ":-1: error: CMake project configuration failed. No CMake configuration for build type "Debug" found.". There is no problem with the projects I created and developed, they work fine, but this project gives errors.

      And now we should guess what you did exactly and how your CMake file + QtCreator Kit config actually looks like? :)


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

      ~E. W. Dijkstra

      M 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
      • Pl45m4P Pl45m4

        @MrHandSOme said in CMake project configuration failed. Error:

        no matter which kit I run it in, I get the same error: ":-1: error: CMake project configuration failed. No CMake configuration for build type "Debug" found.". There is no problem with the projects I created and developed, they work fine, but this project gives errors.

        And now we should guess what you did exactly and how your CMake file + QtCreator Kit config actually looks like? :)

        M Offline
        M Offline
        MrHandSOme
        wrote on last edited by MrHandSOme
        #3

        @Pl45m4 Sorry about that. I thought I already added the link. CmakeFile: "https://github.com/f4exb/sdrangel/blob/master/CMakeLists.txt"

        I am using Windows 10 and Qt 5.15.2 MSVC2019 64bit build kit. Actually now I am getting C1083 error from the c files in the project I mentioned in the link and it gives an error in the #include lines. I apologize for not stating it again. C files are "getop_long.c" and "conversions.c".

        Pl45m4P jsulmJ 2 Replies Last reply
        0
        • M MrHandSOme

          @Pl45m4 Sorry about that. I thought I already added the link. CmakeFile: "https://github.com/f4exb/sdrangel/blob/master/CMakeLists.txt"

          I am using Windows 10 and Qt 5.15.2 MSVC2019 64bit build kit. Actually now I am getting C1083 error from the c files in the project I mentioned in the link and it gives an error in the #include lines. I apologize for not stating it again. C files are "getop_long.c" and "conversions.c".

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

          @MrHandSOme said in CMake project configuration failed. Error:

          C1083 error from the c files in the project I mentioned in the link and it gives an error in the #include lines. I apologize for not stating it again. C files are "getop_long.c" and "conversions.c".

          Ask the owner of this repository then, since it has nothing to do with Qt or QtCreator.


          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
          1
          • M MrHandSOme

            @Pl45m4 Sorry about that. I thought I already added the link. CmakeFile: "https://github.com/f4exb/sdrangel/blob/master/CMakeLists.txt"

            I am using Windows 10 and Qt 5.15.2 MSVC2019 64bit build kit. Actually now I am getting C1083 error from the c files in the project I mentioned in the link and it gives an error in the #include lines. I apologize for not stating it again. C files are "getop_long.c" and "conversions.c".

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

            @MrHandSOme said in CMake project configuration failed. Error:

            now I am getting C1083 error from the c files in the project I mentioned in the link and it gives an error in the #include lines

            It is always good to post the actual errors, so that others at least know what header files were not found.

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

            1 Reply Last reply
            1

            • Login

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