Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building against Qt6 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 11, 2023

  1. Add support for building against Qt6

    - Update CMakeLists.txt to try to load Qt6 and fallback to Qt5 if this
      is not possible
    - Update C++ standard requirement to C++17 since Qt6 requires a C++17
      compiler now
    - Replace removed `QRegExp` with `QRegularExpression`
    - Replace `QString::SkipEmptyParts` with `Qt::SkipEmptyParts` for Qt>=6
      (in order to support all Qt5 versions we still have to use
      `QString::SkipEmptyParts` since `Qt::SkipEmptyParts` was first
      introduced with Qt 5.14)
    FMeinicke committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e5ec7b9 View commit details
    Browse the repository at this point in the history