An open API service indexing awesome lists of open source software.

https://github.com/pedrolcl/brewqwtcmake

Build a Qwt project with Qwt installed from Homenbrew
https://github.com/pedrolcl/brewqwtcmake

cmake homebrew macos qt5 qwt

Last synced: 2 months ago
JSON representation

Build a Qwt project with Qwt installed from Homenbrew

Awesome Lists containing this project

README

          

# BrewQwtCmake

Build a Qwt project with Qt5, both installed from Homebrew using CMake.

References:

* [Qwt](https://qwt.sourceforge.io)
* [Qt5](https://doc.qt.io/qt-5/cmake-manual.html)
* [Homebrew](https://brew.sh)
* [CMake](https://cmake.org/cmake/help/v3.16/manual/cmake-qt.7.html)
* [StackOverflow](https://stackoverflow.com/questions/tagged/cmake+macos+homebrew)