Add double-conversion to the list of installed packages

This external dependency is now required by QtCore on Linux.

Change-Id: I910a3e17ec4d6c10ad4e1a9dfc31d1340fe110de
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Simon Hausmann
2019-03-13 15:48:43 +01:00
parent 36f7ccc586
commit d9bf3742ad

View File

@@ -166,6 +166,8 @@ installPackages+=(git-lfs)
installPackages+=(chrpath)
installPackages+=(gawk)
installPackages+=(texinfo)
# Needed for QtCore
installPackages+=(libdouble-conversion-dev)
echo "Running update for apt"
waitLoop