From 45f2254892858e53f6e45d7847831f0765af7edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pi=C5=82atowski?= Date: Mon, 29 Nov 2021 13:08:59 +0100 Subject: [PATCH] add qt5 dependencies --- docs/source/_static/install_dependencies.sh | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/source/_static/install_dependencies.sh b/docs/source/_static/install_dependencies.sh index 6c92baef7..fde9f57e9 100755 --- a/docs/source/_static/install_dependencies.sh +++ b/docs/source/_static/install_dependencies.sh @@ -20,7 +20,7 @@ readonly ubuntu_pkgs=( libavcodec-dev libavformat-dev libswscale-dev - python-dev + python3-dev libtbb2 libtbb-dev libjpeg-dev @@ -32,6 +32,18 @@ readonly ubuntu_pkgs=( libsm6 libxext6 libgl1-mesa-glx + python3-pyqt5 + python3-pyqt5.qtquick + qml-module-qtquick-controls2 + qml-module-qt-labs-platform + qtdeclarative5-dev + qml-module-qtquick2 + qtbase5-dev + qtchooser + qt5-qmake + qtbase5-dev-tools + qml-module-qtquick-layouts + qml-module-qtquick-window2 ) readonly ubuntu_arm_pkgs=( @@ -41,8 +53,6 @@ readonly ubuntu_arm_pkgs=( libhdf5-dev libatlas-base-dev libjasper-dev - libqtgui4 - libqt4-test # https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18#issuecomment-433953426 libilmbase-dev libopenexr-dev