From db6c1b829110aeb4cae1ac484b292dd6c6af77e0 Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Mon, 16 Aug 2021 22:01:12 -0400 Subject: [PATCH] Added qttools5-dev package install for QtHelp dependencies to linux build. --- pipelines/linux_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/linux_build.sh b/pipelines/linux_build.sh index a8c72d92..76e49a72 100755 --- a/pipelines/linux_build.sh +++ b/pipelines/linux_build.sh @@ -76,6 +76,7 @@ echo '****************************************' echo 'Install Dependency Qt5' echo '****************************************' sudo apt-get --assume-yes install qt5-default +sudo apt-get --assume-yes install qttools5-dev # Install x264 echo '****************************************'