Skip to content

Fix build against Qt 6.7

Marios Paouris requested to merge mpaouris/openconnect-gui:tmp-qt-6.7 into main

In Qt 6.7, QWindowsVistaStylePlugin was renamed to QModernWindowsStylePlugin.

Use the new name when building on that version or newer.

Resolves #388 (closed)

Checklist

  • Code modified for feature
  • Documentation updated / CHANGELOG.md entry present (for non-trivial changes)

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTING.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code
Edited by Nikos Mavrogiannopoulos

Merge request reports