qt

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

qmakemocuicrccqdoclupdatelreleaseqmlscene

Examples

Generate Makefile from Qt project file$ qmake project.pro
Compile Meta-Object Compiler for Qt signals/slots$ moc myclass.h -o moc_myclass.cpp
Convert Qt UI XML file to C++ code$ uic mainwindow.ui -o ui_mainwindow.h