Clion - ProjectStow/ClassExamples GitHub Wiki

Information about CLion usage and configuration

Info on using CLion and Qt: https://www.jetbrains.com/help/clion/qt-tutorial.htm

Using Qt and Clion together

Common issues

cannot find any cmake profile

On new projects or projects pulled over from Qt Creator on common error is a message "cannot find any cmake profile". To fix this we need to make sure the at least a release and and debug profile are defined.

Add a new profile(s) for Release and Debug

  1. Go to Settings | Build, Execution, Deployment | CMake.
  2. Click App general add, and CLion will add a new profile to the list.
  3. If required, change the profile name, build type, and other settings.