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