Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Merge requests
!525
BUG
#1920
: fix Qt 5.10.1 broken link
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
BUG
#1920
: fix Qt 5.10.1 broken link
qt5.10.1-download-link
into
develop
Overview
3
Commits
1
Pipelines
2
Changes
1
Merged
Guillaume Pasero
requested to merge
qt5.10.1-download-link
into
develop
5 years ago
Overview
3
Commits
1
Pipelines
2
Changes
1
Expand
The Qt 5.10.1 sources have been moved to a different place.
2
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
3fbde09e
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
SuperBuild/CMake/External_qt5.cmake
+
1
−
1
Options
@@ -130,7 +130,7 @@ configure_file( ${QT5_CONFIGURE_COMMAND_IN} ${QT5_CONFIGURE_COMMAND} @ONLY )
ExternalProject_Add
(
QT5
PREFIX QT5
URL
"http://download.qt.io/
official_releases
/qt/5.10/5.10.1/single/qt-everywhere-src-5.10.1.tar.xz"
URL
"http
s
://download.qt.io/
archive
/qt/5.10/5.10.1/single/qt-everywhere-src-5.10.1.tar.xz"
URL_MD5 7e167b9617e7bd64012daaacb85477af
BINARY_DIR
${
QT5_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
Loading