Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

gcc-13 and qt5 build fixes #316

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 10, 2024

  1. fix qt_version_check: 5.15 => 5.14

    Signed-off-by: Stephen L Arnold <[email protected]>
    sarnold committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5f6d0ef View commit details
    Browse the repository at this point in the history
  2. set the base C++ std version to c++11 and do not force c++20 err

    * setting -Werror with recent GNU forces c++20 build errors
    * need to set -Wno-c++20-compat or else disable -Werror
    
    Signed-off-by: Steve Arnold <[email protected]>
    sarnold committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2ef77f6 View commit details
    Browse the repository at this point in the history