HPLIP Version:
3.16.5 and abovePrinter(s):
AllLinux OS Distribution(s):
AllNotes:
HPLIP supports Qt5 from 3.16.5 and above
To enable qt5 support
- You need to install the following dependencies
- PyQt5
- python-qt5-dbus
- Go to source of hplip. By default its in ~/Downloads.
- Run the following commands
- ./configure --prefix=/usr --enable-qt5 --disable-qt4
- make
- "make install" as root user