[DO-966] conan profiles (!2)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/2
This commit is contained in:
39
profiles/options/windows_options
Normal file
39
profiles/options/windows_options
Normal file
@@ -0,0 +1,39 @@
|
||||
include(base_options.jinja)
|
||||
[options]
|
||||
jbig/*:build_executables=False
|
||||
libtiff/*:jpeg=libjpeg-turbo
|
||||
libyuv/*:with_jpeg=libjpeg-turbo
|
||||
qt/*:cross_compile="x86_64-w64-mingw32.static-"
|
||||
qt/*:opengl=desktop
|
||||
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=True
|
||||
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/*:qtspeech=True
|
||||
qt/*:qtnetworkauth=True
|
||||
qt/*:qtwinextras=True
|
||||
qt/*:qtmacextras=False
|
||||
Reference in New Issue
Block a user