Remove support for Qt 5 (#2174)

This commit is contained in:
Seth Flynn 2025-04-18 16:26:55 -04:00 committed by GitHub
commit 3df98dd5e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 48 additions and 272 deletions

View file

@ -98,9 +98,6 @@ stdenv.mkDerivation {
++ lib.optionals (msaClientID != null) [
(lib.cmakeFeature "Launcher_MSA_CLIENT_ID" (toString msaClientID))
]
++ lib.optionals (lib.versionOlder kdePackages.qtbase.version "6") [
(lib.cmakeFeature "Launcher_QT_VERSION_MAJOR" "5")
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# we wrap our binary manually
(lib.cmakeFeature "INSTALL_BUNDLE" "nodeps")