-
Notifications
You must be signed in to change notification settings - Fork 0
Clion
Jerry Goodnough edited this page Dec 11, 2023
·
2 revisions
Information about CLion usage and configuration
Info on using CLion and Qt: https://www.jetbrains.com/help/clion/qt-tutorial.htm
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.