Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/5
43 lines
982 B
Plaintext
43 lines
982 B
Plaintext
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.shared-"
|
|
qt/*:opengl=desktop
|
|
qt/*:shared=True
|
|
qt/*:with_harfbuzz=True
|
|
qt/*:with_mysql=False
|
|
qt/*:with_openal=False
|
|
qt/*:with_pq=False
|
|
qt/*:with_odbc=False
|
|
qt/*:qtconnectivity=True
|
|
qt/*:qtdeclarative=True
|
|
qt/*:qtgraphicaleffects=True
|
|
qt/*:qtimageformats=True
|
|
qt/*:qtlocation=False
|
|
qt/*:qtlottie=True
|
|
qt/*:qtmultimedia=True
|
|
qt/*:qtqa=True
|
|
qt/*:qtquickcontrols=True
|
|
qt/*:qtquickcontrols2=True
|
|
qt/*:qtquicktimeline=True
|
|
qt/*:qtquick3d=True
|
|
qt/*:qtrepotools=True
|
|
qt/*:qtserialport=True
|
|
qt/*:qtwebsockets=True
|
|
qt/*:qtsvg=True
|
|
qt/*:qttools=True
|
|
qt/*:qttranlations=True
|
|
qt/*:qtpurchasing=True
|
|
qt/*:qtcharts=True
|
|
qt/*:qtvirtualkeyboard=True
|
|
qt/*:qtremoteobject=True
|
|
qt/*:qtscxml=True
|
|
qt/*:qtsensors=True
|
|
qt/*:qtspeech=True
|
|
qt/*:qtnetworkauth=True
|
|
qt/*:qtwinextras=True
|
|
qt/*:qtmacextras=False
|