Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
c554d92e
Commit
c554d92e
authored
Oct 05, 2018
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: revert patch to only add -qt-harfbuzz option and use qt 5.10.1
parent
c621e0e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SuperBuild/CMake/External_qt5.cmake
SuperBuild/CMake/External_qt5.cmake
+3
-3
No files found.
SuperBuild/CMake/External_qt5.cmake
View file @
c554d92e
...
...
@@ -91,7 +91,7 @@ set(QT5_SB_CONFIG
-skip qtwinextras \
-skip qtx11extras \
-skip qtxmlpatterns \
-system-libpng -system-libjpeg -system-zlib -system-freetype -qt-harfbuzz
-optimize-size -silent
"
)
-system-libpng -system-libjpeg -system-zlib -system-freetype -qt-harfbuzz"
)
if
(
UNIX
)
if
(
APPLE
)
...
...
@@ -126,8 +126,8 @@ configure_file( ${QT5_CONFIGURE_COMMAND_IN} ${QT5_CONFIGURE_COMMAND} @ONLY )
ExternalProject_Add
(
QT5
PREFIX QT5
URL
"http://download.qt.io/official_releases/qt/5.1
1
/5.1
1
.1/single/qt-everywhere-src-5.1
1
.1.tar.xz"
URL_MD5
c6f0854d7de7bde80cfd8cc85bb7152b
URL
"http://download.qt.io/official_releases/qt/5.1
0
/5.1
0
.1/single/qt-everywhere-src-5.1
0
.1.tar.xz"
URL_MD5
7e167b9617e7bd64012daaacb85477af
BINARY_DIR
${
QT5_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
...
...
Write
Preview
Markdown
is supported
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