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
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
- Go to Settings | Build, Execution, Deployment | CMake.
- Click App general add, and CLion will add a new profile to the list.
- If required, change the profile name, build type, and other settings.