How to load and open CMake project in QtCreator ?
-
Hello,
I have a project based on Qt and CMake and another libraries.
I have already built and compiled project in CMake and gcc (I am working on KUbuntu).
Then I want to load and open project in Qt Creator.
How I could to that ?I would appreciate for any help please.
-
File->Open File or Project
and select CMakeLists.txt file from your project's root directory. -
I did that .. ! 0_1559643362865_Screenshot_20190604_121540.png
I just open a CMakeList file ...
What's about that I would like to load a project -
Check "General Messages" tab - it contains output of cmake run. If there are any errors in cmake code or configuration, they will be printed there (and project files won't load until there are no errors).
Or, as @VRonin said, your kits might be misconfigured.