Skip to content
  • Thomas Fischer's avatar
    Preparing CI/CD for Qt6/KF6 builds · 25ac0d48
    Thomas Fischer authored
    - In .gitlab-ci.yml, support both Qt5 and Qt6 builds
    - In .kde-ci.yml, use different libraries (or versions thereof)
      depending on Qt5 or Qt6
    - CMakeLists.txt chooses between Qt5 and Qt6 depending on environment
      variables QT_MAJOR_VERSION, BUILD_WITH_QT6, or BUILD_WITH_QT5 or
      whatever Qt version is automatically detected
    25ac0d48
Validating GitLab CI configuration… Learn more