How to load and open CMake project in QtCreator ?
-
wrote on 3 Jun 2019, 11:56 last edited by
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. -
wrote on 4 Jun 2019, 10:17 last edited by
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 -
wrote on 4 Jun 2019, 10:19 last edited by
The big warning sign in the top left should give it away.
There is something wrong in your kit configuration -
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.
1/5