Commit 1ca2171a authored by Fatih Aşıcı's avatar Fatih Aşıcı Committed by Peter Korsgaard
Browse files

qt5: update URLs to use Qt's new domain

parent 9fff65cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ menuconfig BR2_PACKAGE_QT5
	  This option enables the Qt5 framework. Sub-options allow to
	  select which modules should be built.

	  http://qt-project.org
	  http://qt.io

if BR2_PACKAGE_QT5
source "package/qt5/qt5base/Config.in"
+1 −1
Original line number Diff line number Diff line
QT5_VERSION_MAJOR = 5.4
QT5_VERSION = $(QT5_VERSION_MAJOR).0
QT5_SITE = http://download.qt-project.org/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
QT5_SITE = http://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
include $(sort $(wildcard package/qt5/*/*.mk))

define QT5_LA_PRL_FILES_FIXUP
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ config BR2_PACKAGE_QT5BASE
	  contains the base Qt libraries: QtCore, QtNetwork, QtGui,
	  QtWidgets, etc.

	  http://qt-project.org
	  http://qt.io

if BR2_PACKAGE_QT5BASE

+1 −1
Original line number Diff line number Diff line
# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtbase-opensource-src-5.4.0.tar.xz.mirrorlist
# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtbase-opensource-src-5.4.0.tar.xz.mirrorlist
sha256 daea240ba5e77bc2d78ec21a2cb664eed83b3d4ad409b6277a6f7d4c0c8e91d1 qtbase-opensource-src-5.4.0.tar.xz
sha1   2e3d32f32e36a92782ca66c260940824746900bd                         qtbase-opensource-src-5.4.0.tar.xz
md5    eaaa72a5cb25713ca8d17f3a8d149765                                 qtbase-opensource-src-5.4.0.tar.xz
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ config BR2_PACKAGE_QT5CONNECTIVITY

	  This package corresponds to the qt5connectivity module.

	  http://qt-project.org
	  http://qt.io

comment "qt5connectivity needs a toolchain w/ wchar, threads, dynamic library"
	depends on !BR2_avr32 && BR2_USE_MMU
Loading