FindShiboken2.cmake, FindPySide2.cmake - use https

This commit is contained in:
Allen Winter
2020-06-23 11:44:51 -04:00
parent 0275fe441e
commit 4ffe5e72d8
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
# PYSIDE_TYPESYSTEMS - Type system files that should be used by other bindings extending PySide2 # PYSIDE_TYPESYSTEMS - Type system files that should be used by other bindings extending PySide2
# #
# You can install PySide2 from Qt repository with # You can install PySide2 from Qt repository with
# pip3 install --index-url=http://download.qt.io/snapshots/ci/pyside/<Qt-Version>/latest/ pyside2 --trusted-host download.qt.io # pip3 install --index-url=https://download.qt.io/snapshots/ci/pyside/<Qt-Version>/latest/ pyside2 --trusted-host download.qt.io
find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
pkg_check_modules(PYSIDE2_PRIV pyside2 QUIET) pkg_check_modules(PYSIDE2_PRIV pyside2 QUIET)

View File

@@ -24,7 +24,7 @@
# SHIBOKEN_BUILD_TYPE - Tells if Shiboken was compiled in Release or Debug mode. # SHIBOKEN_BUILD_TYPE - Tells if Shiboken was compiled in Release or Debug mode.
# You can install Shiboken from Qt repository with # You can install Shiboken from Qt repository with
# pip3 install --index-url=http://download.qt.io/snapshots/ci/pyside/<Qt-Version>/latest/ shiboken2-generator --trusted-host download.qt.io # pip3 install --index-url=https://download.qt.io/snapshots/ci/pyside/<Qt-Version>/latest/ shiboken2-generator --trusted-host download.qt.io
find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
pkg_check_modules(SHIBOKEN2_PRIV shiboken2 QUIET) pkg_check_modules(SHIBOKEN2_PRIV shiboken2 QUIET)