Привет всем!
Я решил сесть за IDE редактор и мой выбор пал на CLion. Это мой первый подобный редактор и я не смог разобраться как подключить qt для cmake.
Беглый поиск по интернету дал мне следующее решение:
https://toster.ru/q/305621 (Я тупо копирую приведенный код)
Но компилятор говорит :
CMake Error at CMakeLists.txt:12 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.
К сожалению, не понимаю что делаю неправильно. Был бы благодарен за разжевывание или ссылку на подробную статью.
P.s Стоит убунту, qt скачал с
https://www.qt.io/download-open-source/#section-2