Imported logics to make Flatpak compiles work with KF6 package

epel10
Steve Cossette 1 year ago
parent 24475fbe04
commit a714f4f1a4

@ -39,7 +39,12 @@ developing applications that use %{name}.
%autosetup -n %{framework}-%{commit0} -p1
%build
%cmake_kf6
%cmake_kf6 \
%if 0%{?flatpak}
%{?docs:-DBUILD_QCH:BOOL=OFF} \
%else
%{?docs:-DBUILD_QCH:BOOL=ON} \
%endif
%cmake_build
%install

Loading…
Cancel
Save