Enable examples++

This commit is contained in:
Jan Grulich 2022-05-25 10:38:50 +02:00
parent 1710de903f
commit 9711ab6de7

View File

@ -102,7 +102,7 @@ BuildRequires: qt6-qtdeclarative-devel >= %{version}
ln -s %{__python3} python
export PATH=`pwd`:$PATH
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=FALSE
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
%cmake_build