My problem is: qtbase5-dev
depends on libqt5gui5
, but libqt5gui5-gles
is installed on the system. So
sudo apt-get install qtbase5-dev
finished with error:
The following packages have unmet dependencies:
qtbase5-dev : Depends: libqt5gui5 (= 5.12.8+dfsg-0ubuntu2ubports1) but it is not going to be installed
Recommends: libqt5opengl5-dev (= 5.12.8+dfsg-0ubuntu2ubports1) but it is not going to be installed
How i can install this package? I need it to build my console app, which is not depends on qt5gui.