CMake project configuration failed. Error
-
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.
-
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.
@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? :)
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
@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? :)
@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".
-
@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".
@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.
-
@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".
@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.