another 'no valid kits found' error
-
wrote on 13 Jan 2019, 00:21 last edited by
-
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!
@over9000 Can you post screenshots of your "Qt Versions" and "Compilers" tabs too?
What happens if you install the version of MinGW that is included in the Qt installer?
-
wrote on 13 Jan 2019, 09:42 last edited by over9000
-
Hi
Screenshots attached:
I think Qt has installed a version of mingw (the one labelled as 7.30 above) but when I select these as the compilers for a Qt the same error occurs.
Thanks
Very odd. Your MinGW and MSVC kits look fine.
And you said examples build fine, so... maybe it's something unique to that library. Can you provide a link?
-
Very odd. Your MinGW and MSVC kits look fine.
And you said examples build fine, so... maybe it's something unique to that library. Can you provide a link?
wrote on 13 Jan 2019, 19:47 last edited by@JKSH hi - yes, its this library https://github.com/paceholder/nodeeditor
-
@JKSH hi - yes, its this library https://github.com/paceholder/nodeeditor
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
-
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
6/7