another 'no valid kits found' error
Unsolved
Qt Creator and other tools
-
Hi
I'm trying to build the nodeeditor library using Qt 5.12 and QtCreator. Examples from qt build fine and the mingw compiler shows as being installed. Unfortunately I'm getting the 'no valid kits found' error and cannot see how to fix this.
Images attached.
Thanks!
-
That project uses CMake, so you must install CMake and tell Qt Creator where to find it if necessary (see the Kits -> CMake tab).
The message "No valid kits found" is misleading: https://bugreports.qt.io/browse/QTCREATORBUG-21823