Skip to content

Fix the Qt6 Android build

Volker Krause requested to merge work/qt6-android-build into master

The Android toolchain is a bit picky about some details here:

  • Either fully qualify types or use auto, not something in between.
  • [[nodiscard]] attributes have to precede export attributes.

Merge request reports