QSyncthingTray: fix build with webengine

This commit is contained in:
Michal Vasilek 2022-08-23 22:09:15 +02:00
parent eef5529636
commit de08ddfc6f

View File

@ -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"