This commit is contained in:
parent
cc9fabdbfb
commit
259809e0b9
@ -29,7 +29,7 @@ Source0: LICENSE
|
||||
Source1: qmlpluginexports.cpp
|
||||
Source2: qmlpluginexports.pro
|
||||
#!BuildIgnore: qml-autoreqprov
|
||||
%if %{qt_version} == "qt6"
|
||||
%if "%{qt_version}" == "qt6"
|
||||
BuildRequires: qt6-declarative-private-devel
|
||||
%else
|
||||
BuildRequires: libqt5-qtdeclarative-private-headers-devel
|
||||
@ -48,7 +48,7 @@ cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
%if %{qt_version} == "qt6"
|
||||
%if "%{qt_version}" == "qt6"
|
||||
%qmake6 .
|
||||
%qmake6_build
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user