The Free Pascal Qt5 binding allows Free Pascal to interface with the C++ Library Qt. This binding may not cover the whole Qt5 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a Widget set.
The Free Pascal Qt5 binding allows Free Pascal to interface with the C++ Library Qt. This binding may not cover the whole Qt5 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a Widget set.
To install qt5pas, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qt5pas
To see what files were installed by qt5pas, run:
port contents qt5pas
To later upgrade qt5pas, run:
sudo port selfupdate && sudo port upgrade qt5pas
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.