lxqt / pavucontrol-qt

A Pulseaudio mixer in Qt (port of pavucontrol)
https://lxqt.github.io
GNU General Public License v2.0
108 stars 29 forks source link

Build with Qt6 #270

Closed aidanharris closed 3 months ago

aidanharris commented 6 months ago

The code compiles as-is with only a few deprecation warnings and it runs with no issues as far as I can tell.

stefonarch commented 6 months ago

Nice! IMO we should bump version to 2.0.0 if compiled with qt6

$ pavucontrol-qt -v
pavucontrol-qt 1.4.0
Qt        6.6.1
stefonarch commented 6 months ago

Two things:

  1. We don't support different Qt versions nowhere, so just porting to Qt6 will do.
  2. Silencing the 2 warnings.
tsujan commented 3 months ago

Done in https://github.com/lxqt/pavucontrol-qt/pull/272