QSyncthingTray: fix build with webengine
This commit is contained in:
@@ -25,6 +25,7 @@ fi
|
|||||||
|
|
||||||
if [ "$build_option_webengine" ]; then
|
if [ "$build_option_webengine" ]; then
|
||||||
makedepends+=" qt5-webengine-devel"
|
makedepends+=" qt5-webengine-devel"
|
||||||
|
configure_args+=" -DQST_BUILD_WEBKIT=0"
|
||||||
else
|
else
|
||||||
makedepends+=" qt5-webkit-devel"
|
makedepends+=" qt5-webkit-devel"
|
||||||
configure_args+=" -DQST_BUILD_WEBKIT=1"
|
configure_args+=" -DQST_BUILD_WEBKIT=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user