aboutsummaryrefslogtreecommitdiffstats
path: root/coin/conan/profiles/linux-webassembly-x86_64-gcc
blob: 79d830a0f2d64bfa3cedc6ce92ff2dc20ec57f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[settings]
    os=Emscripten
    arch=wasm
    compiler=clang
    compiler.version=10
    compiler.libcxx=libstdc++
    build_type=RelWithDebInfo
[options]
qtbase:release=yes
qtbase:shared=no
qtbase:qt_host_path=$QT_HOST_PATH
qtbase:nomake=examples;tests
qtbase:force_debug_info=yes
qtbase:cmake_args_qtbase="-DQT_QMAKE_TARGET_MKSPEC=wasm-emscripten"
*:cmake_args_leaf_module=""
[build_requires]
[env]
CONAN_CMAKE_GENERATOR=Ninja