Hi community,
I need to use the QImage::Format_BGR888 image format in my code.
Unfortunately I have to work with Ubuntu 20.04 and the command
Qt Code:
  1. sudo apt-get install qt5-default
To copy to clipboard, switch view to plain text mode 
installs the version 5.12.x that does not support such image format that has been added with Qt 5.14.
Any suggestion please?
Thanx in advance!
Franco