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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Julien Cabieces
otb
Commits
c554d92e
Commit
c554d92e
authored
6 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
ENH: revert patch to only add -qt-harfbuzz option and use qt 5.10.1
parent
c621e0e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SuperBuild/CMake/External_qt5.cmake
+3
-3
3 additions, 3 deletions
SuperBuild/CMake/External_qt5.cmake
with
3 additions
and
3 deletions
SuperBuild/CMake/External_qt5.cmake
+
3
−
3
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.1
1
.1/single/qt-everywhere-src-5.1
1
.1.tar.xz"
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
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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment