OpenBangla / OpenBangla-Keyboard

An OpenSource, Unicode compliant Bengali Input Method
http://openbangla.github.io/
GNU General Public License v3.0
470 stars 74 forks source link

Replace qt5-default with qtbase5-dev #336

Closed abuhuraira0099 closed 1 year ago

abuhuraira0099 commented 1 year ago

Apt on Ubuntu now returns error saying the qt5-default package has no installation candidate. Instead we can use qtbase5-dev package as it is officially available on the repository. Also it is recommended from KDE community to not use the qt5-default package as a build dependency and to use qtbase5-dev instead. I also added the qt5-qmake package as the project uses qmake to generate makefiles.

mominul commented 1 year ago

I also added the qt5-qmake package as the project uses qmake to generate makefiles

We don't use qmake, we use cmake.