Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QMake][Conan] Forwards profile arguments #4

Open
RealVincentBerthet opened this issue Sep 23, 2020 · 0 comments
Open

[QMake][Conan] Forwards profile arguments #4

RealVincentBerthet opened this issue Sep 23, 2020 · 0 comments

Comments

@RealVincentBerthet
Copy link

While using Clang and Android-kit Conan profile isn't overridden correctly: Arguments aren't forwarded (excepted arch)

image

image


[TEMP HACK]

  • Use Remaken profile for Android : remaken profile init --cpp-std 17 -b clang -o android -a arm64-v8a
  • Replace default Conan profile with Android one :
os=Android
os_build=Windows
arch=armv8
arch_build=x86_64
compiler=clang
compiler.version=8
compiler.libcxx=libc++
build_type=Release
os.api_level=21
compiler.cppstd=17
[options]
[build_requires]
[env]
@RealVincentBerthet RealVincentBerthet changed the title [QMake][Conan]Forwards Remaken arguments [QMake][Conan] Forwards profile arguments Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants