ubuntu 20.04 TLS
I need to install the Qt libraries and follow this path: "PATH_TO_QT/QT_VERSION/QT_ARCH/lib/cmake" (for example /home/user/Qt/5.9.1/gcc_64/lib/cmake or Users/edouard/Qt/5.7/clang_64/lib/cmake)
I'm installing Qt:
sudo apt update sudo apt install qt5-default
After I do:
whereis qt5 qt5: /usr/lib/x86_64-linux-gnu/qt5 /usr/lib/qt5 /usr/share/qt5
but there is no lib/cmake folder in these directories:
cd /usr/lib/x86_64-linux-gnu/qt5 ls bin mkspecs plugins qt.conf
cd /usr/lib/qt5 ls bin
cd /usr/lib/qt5 ls bin
qt/lib/cmake