Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
15253d4e9c | ||
|
6c2131b367 | ||
|
daa95f8154 | ||
|
809b0d1804 | ||
|
d092f029a0 |
@ -41,7 +41,7 @@ Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submod
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
BuildRequires: gcc-toolset-12
|
||||
BuildRequires: gcc-toolset-13
|
||||
%endif
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: qt6-rpm-macros
|
||||
@ -111,7 +111,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%build
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
. /opt/rh/gcc-toolset-12/enable
|
||||
. /opt/rh/gcc-toolset-13/enable
|
||||
%endif
|
||||
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user