Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Is there a way to binary-install Qt5 without the installer GUI?
-
I'd like to install the Qt5 binaries on Linux x86_64 in an automated way (like with command line arguments). The GUI won't let me do this. Is there a way to do it?
-
@
sudo apt-get install qtbase5-dev
@The Qt Project installer is - AFAIK - gui only.