How to configure CLion IDE for Qt Framework?
问题 How to configure CLion IDE for Qt Framework? Is this IDE compatible with Qt, or are there other IDEs compatible with Qt? I just want to try to use something else than Qt Creator. 回答1: I was as desperate as you, until I read this Quora discussion. It worked perfectly for me! To summarize, there are 2 main steps: Firstly, CLion uses CMake to compile your code. It is based on CMake configuration files (e.g "CMakeLists.txt"). You have to add Qt based CMake commands (the lines with 'find_package'