cmake configuration & qt version
Unsolved
General and Desktop
-
@Pl45m4 said in cmake configuation & qt version:
Your Qt Version is 5.14.1 as written in the next line.
Not necesserily. It's the version which was used to build Qt.
-
@tracy_nk To help you, we need more informations like:
- you have installed Qt Creator 4.11.1 (which was build with Qt 5.14.1), but this is only an IDE. So what Qt Kit do you have installed?
- which CMake version are you using? Are you using CMake 3.16.0, which is available with Qt Maintenance Tool?
-
@tracy_nk Take a look at this: https://doc.qt.io/qt-5/cmake-get-started.html
Try to set CMAKE_PREFIX_PATH as described there.