diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template index 0d84e89aa1c..c3b8fc3f649 100644 --- a/srcpkgs/paraview/template +++ b/srcpkgs/paraview/template @@ -1,7 +1,7 @@ # Template file for 'paraview' pkgname=paraview version=5.6.1 -revision=4 +revision=5 wrksrc=ParaView-v${version} build_style=cmake configure_args="-DPARAVIEW_ENABLE_FFMPEG=ON @@ -59,6 +59,9 @@ patch_args="-Np1" CFLAGS="-D_GNU_SOURCE" CXXFLAGS="-D_GNU_SOURCE" +# qhelpgenerator: could not find a Qt installation of '' +export QT_SELECT="5" + if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" fi