qt@5

Cross-platform C++ framework for building desktop and embedded applications

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform application and UI framework

Commands

qmakemocuicrcclreleaselupdateqdocqmlscene

Examples

Generate Makefile from Qt project file$ qmake myproject.pro
Run Qt MOC (Meta-Object Compiler) on a header file$ moc myclass.h -o moc_myclass.cpp
Compile UI file to C++ header$ uic mywindow.ui -o ui_mywindow.h