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
- Host: GitHub
- URL: https://github.com/pedrolcl/brewqwtcmake
- Owner: pedrolcl
- Created: 2019-11-14T19:02:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T20:02:07.000Z (over 6 years ago)
- Last Synced: 2025-03-22T07:17:50.805Z (over 1 year ago)
- Topics: cmake, homebrew, macos, qt5, qwt
- Language: C++
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)