Skip to content

Commit adbada4

Browse files
authored
Merge pull request #2259 from geosmall/qt-url-update-tools-mk
Updated QT url location in tools.mk
2 parents 42b2f80 + 06a8242 commit adbada4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

make/tools.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ endef
118118
.PHONY: qt_sdk_install
119119

120120
# 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-
121+
# 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}])
122124
ifdef LINUX
123125
ifdef AMD64
124126
# Linux 64-bit

0 commit comments

Comments
 (0)