[DO-981] update conan profiles (!5)

Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/5
This commit is contained in:
Aleksandr Vodyanov
2025-02-13 12:21:35 +03:00
parent 67874c01d3
commit 10d48fe2f2
7 changed files with 20 additions and 146 deletions

View File

@@ -1,9 +1,12 @@
include(base_options.jinja)
[options]
ffmpeg/*:with_programs=False
jbig/*:build_executables=False
libtiff/*:jpeg=libjpeg-turbo
libyuv/*:with_jpeg=libjpeg-turbo
pulseaudio/*:with_glib=True
qt/*:shared=True
qt/*:with_dbus=True
qt/*:with_glib=True
qt/*:with_harfbuzz=True
qt/*:with_libalsa=True
@@ -15,7 +18,7 @@ qt/*:qtconnectivity=True
qt/*:qtdeclarative=True
qt/*:qtgraphicaleffects=True
qt/*:qtimageformats=True
qt/*:qtlocation=True
qt/*:qtlocation=False
qt/*:qtlottie=True
qt/*:qtmultimedia=True
qt/*:qtqa=True
@@ -34,6 +37,7 @@ qt/*:qtcharts=True
qt/*:qtvirtualkeyboard=True
qt/*:qtremoteobject=True
qt/*:qtscxml=True
qt/*:qtsensors=True
qt/*:qtspeech=True
qt/*:qtnetworkauth=True
qt/*:qtmacextras=False

View File

@@ -1,10 +1,12 @@
include(base_options.jinja)
[options]
ffmpeg/*:with_programs=False
jbig/*:build_executables=False
libtiff/*:jpeg=libjpeg-turbo
libyuv/*:with_jpeg=libjpeg-turbo
qt/*:cross_compile="x86_64-w64-mingw32.static-"
qt/*:cross_compile="x86_64-w64-mingw32.shared-"
qt/*:opengl=desktop
qt/*:shared=True
qt/*:with_harfbuzz=True
qt/*:with_mysql=False
qt/*:with_openal=False
@@ -14,7 +16,7 @@ qt/*:qtconnectivity=True
qt/*:qtdeclarative=True
qt/*:qtgraphicaleffects=True
qt/*:qtimageformats=True
qt/*:qtlocation=True
qt/*:qtlocation=False
qt/*:qtlottie=True
qt/*:qtmultimedia=True
qt/*:qtqa=True
@@ -33,6 +35,7 @@ qt/*:qtcharts=True
qt/*:qtvirtualkeyboard=True
qt/*:qtremoteobject=True
qt/*:qtscxml=True
qt/*:qtsensors=True
qt/*:qtspeech=True
qt/*:qtnetworkauth=True
qt/*:qtwinextras=True