Skip to content
Snippets Groups Projects

disable openssl for Qt5 in ubuntu builds

Closed Dmitri Konstantinov requested to merge qt5_ubuntu into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1148,7 +1148,7 @@ LCGPackage_Add(
)
#---Qt5---------------------------------------------------------------------------------------------------
if(LCG_TARGET MATCHES mac OR LCG_TARGET MATCHES ubuntu)
set(Qt5_extra_config_opts -no-pch -skip qtwebengine)
set(Qt5_extra_config_opts -no-pch -no-openssl -skip qtwebengine)
set(Qt5_xcb_config_opts -no-xcb)
else()
set(Qt5_xcb_config_opts -qt-xcb -opengl -no-use-gold-linker)
Loading