aboutsummaryrefslogtreecommitdiffstats
path: root/coin/conan/profiles/windows-x86_64-msvc2019_64
blob: fde7d75ac80186f7c36b08c742a79fad18f96fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[settings]
    os=Windows
    arch=x86_64
    compiler=msvc
    compiler.version=19.28
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    build_type=RelWithDebInfo
[options]
qtbase:shared=yes
qtbase:nomake=tests
qtbase:debug_and_release=yes
qtbase:force_debug_info=yes
qtbase:zlib=None
qtbase:cmake_args_qtbase="-DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe -DFEATURE_msvc_obj_debug_info=ON"
*:cmake_args_leaf_module=""
[build_requires]
[env]
CONAN_CMAKE_GENERATOR=Ninja