mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Conan package manager is need for addtional libraries Task-number: QTQAINFRA-4190 Change-Id: I5cb07a137505f15d536989c6d5127f607735a17e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
9 lines
204 B
Bash
Executable File
9 lines
204 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# This script will install Conan
|
|
# Note! Python3 is required for Conan installation
|
|
|
|
# Install Conan to Python user install directory (typically ~./local/)
|
|
pip3 install conan --user
|
|
|