Use Qwt installed via brew in CMake
问题 I Try to build an application using Qwt with CMake on a MacOS virtual machine. I installed Qt5 and Qwt using brew: brew install qt5 qwt The result is a Qwt framework installation. The header is there: /usr/local/Cellar/qwt/6.1.4/lib/qwt.framework/Versions/6/Headers/qwt.h and the library is here file /usr/local/Cellar/qwt/6.1.4/lib/qwt.framework/qwt /usr/local/Cellar/qwt/6.1.4/lib/qwt.framework/qwt: Mach-O 64-bit dynamically linked shared library x86_64 It is easy to use it during buid with