The Free Pascal Qt4 binding allows Free Pascal to interface with the C++ Library Qt. This binding does not cover the whole Qt4 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a widget set.
The Free Pascal Qt4 binding allows Free Pascal to interface with the C++ Library Qt. This binding does not cover the whole Qt4 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a widget set.
To install qt4pas, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qt4pas
To see what files were installed by qt4pas, run:
port contents qt4pas
To later upgrade qt4pas, run:
sudo port selfupdate && sudo port upgrade qt4pas
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.