Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
...
@@ -91,7 +91,7 @@ set(QT5_SB_CONFIG
-skip qtwinextras \
-skip qtwinextras \
-skip qtx11extras \
-skip qtx11extras \
-skip qtxmlpatterns \
-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
(
UNIX
)
if
(
APPLE
)
if
(
APPLE
)
...
@@ -126,8 +126,8 @@ configure_file( ${QT5_CONFIGURE_COMMAND_IN} ${QT5_CONFIGURE_COMMAND} @ONLY )
...
@@ -126,8 +126,8 @@ configure_file( ${QT5_CONFIGURE_COMMAND_IN} ${QT5_CONFIGURE_COMMAND} @ONLY )
ExternalProject_Add
(
QT5
ExternalProject_Add
(
QT5
PREFIX QT5
PREFIX QT5
URL
"http://download.qt.io/official_releases/qt/5.1
1/5.11.1/single/qt-everywhere-src-5.11
.1.tar.xz"
URL
"http://download.qt.io/official_releases/qt/5.1
0/5.10.1/single/qt-everywhere-src-5.10
.1.tar.xz"
URL_MD5
c6f0854d7de7bde80cfd8cc85bb7152b
URL_MD5
7e167b9617e7bd64012daaacb85477af
BINARY_DIR
${
QT5_SB_BUILD_DIR
}
BINARY_DIR
${
QT5_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
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