Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sft
lcgcmake
Commits
5af823a5
Commit
5af823a5
authored
Oct 26, 2021
by
Pere Mato Vila
Browse files
Added no-framework option for MacOS
parent
6921c998
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/CMakeLists.txt
View file @
5af823a5
...
...
@@ -1440,7 +1440,7 @@ LCGPackage_Add(
#---Qt5-------------------------------------------------------------------------------------------------------
if
(
LCG_TARGET MATCHES mac
)
set
(
Qt5_extra_config_opts -no-pch -skip qtwebengine QMAKE_MACOSX_DEPLOYMENT_TARGET=10.14
)
set
(
Qt5_extra_config_opts -no-pch
-no-framework
-skip qtwebengine QMAKE_MACOSX_DEPLOYMENT_TARGET=10.14
)
set
(
Qt5_xcb_config_opts -no-xcb
)
set
(
Qt5_extra_depends harfbuzz
)
elseif
(
LCG_TARGET MATCHES ubuntu
)
...
...
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