Problem with migrating project from QtCreator to Clion
Unsolved
General and Desktop
-
Hello there,
I have used QtCreator in my job so far, but I feel more comfortable when using Clion IDE. The problem with Clion is setting path to Qt libraries. Our project uses Qt5.12.5, but globally, in system, I have installed higher version – 5.13.1 which causes errors with qSort etc. and program doesn't compile. Our project uses CMake. Path to Qt isn't set in CMakeLists files nowhere in the project, but in QtCreator path is set in "Manage Kits..." option. The question is: How to set path to Qt libraries in Clion (CMake)?