mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 15:27:48 -05:00
Update Fedora packages to use Qt6
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user