aboutsummaryrefslogtreecommitdiffstats
path: root/coin/conan/profiles/linux-webassembly-x86_64-gcc
blob: f5120e9ece23aa9b558d305c5f137c955b86b7f1 (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=Release
[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 -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
*:cmake_args_leaf_module="-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache"
[build_requires]
[env]
CONAN_CMAKE_GENERATOR=Ninja