We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b2f80 + 06a8242 commit adbada4Copy full SHA for adbada4
1 file changed
make/tools.mk
@@ -118,7 +118,9 @@ endef
118
.PHONY: qt_sdk_install
119
120
# QT SDK download URL
121
-QT_URL_PREFIX := http://download.qt.io/$(QT_VERSION_SOURCE)_releases/qt/$(QT_VERSION_SHORT)/$(QT_VERSION_FULL)/qt-opensource-
+# QT_URL_PREFIX := http://download.qt.io/$(QT_VERSION_SOURCE)_releases/qt/$(QT_VERSION_SHORT)/$(QT_VERSION_FULL)/qt-opensource-
122
+QT_URL_PREFIX := https://download.qt.io/archive/qt/$(QT_VERSION_SHORT)/$(QT_VERSION_FULL)/qt-opensource-
123
+$(info $$QT_URL_PREFIX is [${QT_URL_PREFIX}])
124
ifdef LINUX
125
ifdef AMD64
126
# Linux 64-bit
0 commit comments