Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
3fbde09e
Commit
3fbde09e
authored
Jun 20, 2019
by
Guillaume Pasero
Browse files
BUG: #1920: fix Qt 5.10.1 broken link
parent
1ae2296c
Pipeline
#1854
passed with stages
in 94 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_qt5.cmake
View file @
3fbde09e
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment