sdrangel-docker icon indicating copy to clipboard operation
sdrangel-docker copied to clipboard

Add Qt5 dependencies and enable plugin debugging in Dockerfile

Open agrudiev opened this issue 1 year ago • 0 comments

  • Added libqt5gui5 as a new dependency.
  • Set QT_DEBUG_PLUGINS environment variable to enable Qt plugin debugging.

Solves \Qt platform plugin could be initialized\ for debian-based docker image. This change ensures that the Qt GUI libraries are available and that debugging information for plugins is logged during container runtime.

agrudiev avatar Nov 25 '24 19:11 agrudiev