RPM spec: explicitly disable Qt 6 check for now

This commit is contained in:
Moritz Bunkus 2021-06-03 12:46:17 +02:00
parent 8fe1ef0d90
commit bc22db8fb1
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -93,6 +93,7 @@ export CONFIGURE_ARGS="--with-boost-libdir=/usr/lib64/boost169"
--disable-optimization \
--enable-debug \
--with-tools \
--disable-qt6 \
"$CONFIGURE_ARGS"
%build