[DO-1345] fixed profiles for windows (!6)

Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/6
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.team>
Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.team>
This commit is contained in:
aleksandr.vodyanov
2025-03-12 16:50:30 +03:00
committed by Aleksandr Vodyanov
parent 10d48fe2f2
commit a6592b3f0c
6 changed files with 47 additions and 3 deletions

Binary file not shown.

View File

@@ -1,10 +1,10 @@
include(base_options.jinja) include(base_options.jinja)
[options] [options]
ffmpeg/*:with_programs=False ffmpeg/*:with_programs=False
ffmpeg/*:with_libvpx=False
jbig/*:build_executables=False jbig/*:build_executables=False
libtiff/*:jpeg=libjpeg-turbo libtiff/*:jpeg=libjpeg-turbo
libyuv/*:with_jpeg=libjpeg-turbo libyuv/*:with_jpeg=libjpeg-turbo
qt/*:cross_compile="x86_64-w64-mingw32.shared-"
qt/*:opengl=desktop qt/*:opengl=desktop
qt/*:shared=True qt/*:shared=True
qt/*:with_harfbuzz=True qt/*:with_harfbuzz=True
@@ -21,6 +21,7 @@ qt/*:qtlottie=True
qt/*:qtmultimedia=True qt/*:qtmultimedia=True
qt/*:qtqa=True qt/*:qtqa=True
qt/*:qtquickcontrols=True qt/*:qtquickcontrols=True
qt/*:qtactiveqt=True
qt/*:qtquickcontrols2=True qt/*:qtquickcontrols2=True
qt/*:qtquicktimeline=True qt/*:qtquicktimeline=True
qt/*:qtquick3d=True qt/*:qtquick3d=True
@@ -39,4 +40,4 @@ qt/*:qtsensors=True
qt/*:qtspeech=True qt/*:qtspeech=True
qt/*:qtnetworkauth=True qt/*:qtnetworkauth=True
qt/*:qtwinextras=True qt/*:qtwinextras=True
qt/*:qtmacextras=False t/*:qtmacextras=False

View File

@@ -0,0 +1,16 @@
include(base_profiles/windows_base)
include(options/windows_options)
[settings]
os=Windows
arch=x86_64
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.exception=seh
compiler.cppstd=17
[buildenv]
#CC=C:/msys64/mingw64/bin
#CXX=C:/

View File

@@ -5,6 +5,8 @@ include(options/windows_options)
os=Windows os=Windows
arch=x86_64 arch=x86_64
compiler=gcc compiler=gcc
compiler.version=11.5 compiler.version=12
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.exception=seh
compiler.cppstd=17 compiler.cppstd=17

View File

@@ -0,0 +1,13 @@
include(base_profiles/windows_base)
include(options/windows_options)
[settings]
os=Windows
arch=x86_64
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.exception=seh
compiler.cppstd=17
build_type=Debug

View File

@@ -0,0 +1,12 @@
include(base_profiles/windows_base)
include(options/windows_options)
[settings]
os=Windows
arch=x86_64
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.exception=seh
compiler.cppstd=17