diff --git a/srcpkgs/QSyncthingTray/template b/srcpkgs/QSyncthingTray/template index 53867d754a8..59546f3821b 100644 --- a/srcpkgs/QSyncthingTray/template +++ b/srcpkgs/QSyncthingTray/template @@ -25,6 +25,7 @@ fi if [ "$build_option_webengine" ]; then makedepends+=" qt5-webengine-devel" + configure_args+=" -DQST_BUILD_WEBKIT=0" else makedepends+=" qt5-webkit-devel" configure_args+=" -DQST_BUILD_WEBKIT=1"