cmake configuration & qt version
-
I am trying to resolve this error on cmake:

my version of qt:

i've realised that i'm using 4.11.1, is it producing an error because its the wrong version number? thank you
-
It says
Qt Creator Ver. 4.11.1
Your Qt Version is 5.14.1 as written in the next line.Did you only install Qt Creator or do you have any other version of Qt installed?
@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.
-
I am trying to resolve this error on cmake:

my version of qt:

i've realised that i'm using 4.11.1, is it producing an error because its the wrong version number? thank you
@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. -
@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.
