From c0dc56d21d9da7cd3330fe6cbe04e17820d82b95 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 24 May 2025 00:23:15 -0500 Subject: [PATCH] Update Fedora packages to use Qt6 --- fedora/OpenRGB.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora/OpenRGB.spec.in b/fedora/OpenRGB.spec.in index 630e7ebb..60b2105b 100644 --- a/fedora/OpenRGB.spec.in +++ b/fedora/OpenRGB.spec.in @@ -8,7 +8,7 @@ Summary: Open source RGB lighting control that doesn't depend on manufact License: GPLv2 URL: https://gitlab.com/CalcProgrammer1/%{_name} -BuildRequires: gcc-c++ libusbx-devel libstdc++-devel qt5-qtbase-devel qt5-linguist desktop-file-utils hidapi-devel mbedtls-devel systemd-rpm-macros +BuildRequires: gcc-c++ libusbx-devel libstdc++-devel qt6-qtbase-devel qt6-linguist desktop-file-utils hidapi-devel mbedtls-devel systemd-rpm-macros Requires: hicolor-icon-theme %description @@ -22,7 +22,7 @@ cp -r %{_sourcedir}/%{_name}/. %{_builddir} %build cd %{_builddir} export CXXFLAGS=${CXXFLAGS/-pipe} -%qmake_qt5 PREFIX=%{_prefix} +%qmake_qt6 PREFIX=%{_prefix} %make_build %install