How to install hplip with qt5

 
 
HPLIP Version: 
3.16.5 and above
Printer(s): 
All
Linux OS Distribution(s): 
All
Notes: 

HPLIP supports Qt5 from 3.16.5 and above

To enable qt5 support

  1. You need to install the following dependencies
    • PyQt5
    • python-qt5-dbus
  2. Go to source of hplip. By default its in ~/Downloads.
  3. Run the following commands
    • ./configure --prefix=/usr --enable-qt5 --disable-qt4
    • make
    • "make install" as root user