Fabian Vogt 2021-01-12 21:27:29 +00:00 committed by Git OBS Bridge
parent 828923acc8
commit afe1a6eee5

View File

@ -52,7 +52,7 @@ cp %{SOURCE1} .
cp %{SOURCE2} .
%build
%if %{qt_version} == "qt6"
%if "%{qt_version}" == "qt6"
%qmake6 .
%qmake6_build
%else