How to Install qt5-default in Ubuntu 18.04



Install qt5-default by entering the following commands in the terminal:

sudo apt update
sudo apt install qt5-default

Description:

Qt 5 development defaults package

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package sets Qt 5 to be the default Qt version to be used when using development binaries like qmake. It provides a default configuration for qtchooser, but does not prevent alternative Qt installations from being used. . This package should not be used for building Debian packages. Take a look at http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html for more information.

Homepage: http://qt-project.org/

Version: 5.9.5+dfsg-0ubuntu1

Section: universe/libs