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

Compiling for android #19

Open
doquen opened this issue Sep 14, 2018 · 2 comments
Open

Compiling for android #19

doquen opened this issue Sep 14, 2018 · 2 comments

Comments

@doquen
Copy link

doquen commented Sep 14, 2018

Hi,
Would it be possible to use QSsh in Qt Android Apps?
Thanks

@sandsmark
Copy link
Contributor

the biggest issue would be to build botan: randombit/botan#513

in that issue someone recommends using this for building; https://www.crystax.net/

you could also try using the botan-1 branch from mardy, you should be able to use it by just including the .pri file in your .pro qt project and then build your application as normal for android: https://github.com/mardy/QSsh/tree/botan-1

@sandsmark
Copy link
Contributor

ok, never mind, it seems like the default for android is libc++, which supports c++17:

https://developer.android.com/ndk/guides/cpp-support

https://developer.android.com/ndk/guides/cpp-support#libc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants