mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-28 07:37:18 +08:00
Install p7zip-full, that contains the 7z binary
p7zip is only a minimal version containing 7zr. Change-Id: I12531514490b6eb871419bdb61ea5896b175a678 Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -55,7 +55,7 @@ try
|
|||||||
# immediately as one starts debugging
|
# immediately as one starts debugging
|
||||||
installPackages+=(git)
|
installPackages+=(git)
|
||||||
# 7zip is a needed decompressing tool
|
# 7zip is a needed decompressing tool
|
||||||
installPackages+=(p7zip)
|
installPackages+=(p7zip-full)
|
||||||
# libssl-dev provides headers for OpenSSL
|
# libssl-dev provides headers for OpenSSL
|
||||||
installPackages+=(libssl-dev)
|
installPackages+=(libssl-dev)
|
||||||
# Needed libraries for X11 support accordingly to https://wiki.qt.io/Building_Qt_5_from_Git
|
# Needed libraries for X11 support accordingly to https://wiki.qt.io/Building_Qt_5_from_Git
|
||||||
|
|||||||
Reference in New Issue
Block a user