QT Creator Build location
-
QT Creator 6.3.1
Windows 11I'm attempting to create a QT Creator Plugin. I'm getting the following error:
D:\qt\untitled3\CMakeLists.txt:13: error: By not providing "FindQtCreator.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "QtCreator", but CMake did not find one. Could not find a package configuration file provided by "QtCreator" with any of the following names: QtCreatorConfig.cmake qtcreator-config.cmake Add the installation prefix of "QtCreator" to CMAKE_PREFIX_PATH or set "QtCreator_DIR" to a directory containing one of the above files. If "QtCreator" provides a separate development package or SDK, be sure it has been installed.
I have the QT Creator Build location at: C:\Qt\Tools\QtCreator\bin
Not sure what I'm doing wrong. Any help would be appreciated.
Bob K.