diff --git a/cmake/Python/FindPySide2.cmake b/cmake/Python/FindPySide2.cmake index 3599eaba..55b64186 100644 --- a/cmake/Python/FindPySide2.cmake +++ b/cmake/Python/FindPySide2.cmake @@ -24,7 +24,7 @@ # PYSIDE_TYPESYSTEMS - Type system files that should be used by other bindings extending PySide2 # # You can install PySide2 from Qt repository with -# pip3 install --index-url=http://download.qt.io/snapshots/ci/pyside//latest/ pyside2 --trusted-host download.qt.io +# pip3 install --index-url=https://download.qt.io/snapshots/ci/pyside//latest/ pyside2 --trusted-host download.qt.io find_package(PkgConfig REQUIRED) pkg_check_modules(PYSIDE2_PRIV pyside2 QUIET) diff --git a/cmake/Python/FindShiboken2.cmake b/cmake/Python/FindShiboken2.cmake index 6f124026..56fc6d51 100644 --- a/cmake/Python/FindShiboken2.cmake +++ b/cmake/Python/FindShiboken2.cmake @@ -24,7 +24,7 @@ # SHIBOKEN_BUILD_TYPE - Tells if Shiboken was compiled in Release or Debug mode. # You can install Shiboken from Qt repository with -# pip3 install --index-url=http://download.qt.io/snapshots/ci/pyside//latest/ shiboken2-generator --trusted-host download.qt.io +# pip3 install --index-url=https://download.qt.io/snapshots/ci/pyside//latest/ shiboken2-generator --trusted-host download.qt.io find_package(PkgConfig REQUIRED) pkg_check_modules(SHIBOKEN2_PRIV shiboken2 QUIET)