14 Commits

Author SHA1 Message Date
tomFlowee d452f411bc move to next release 2025-08-02 19:19:10 +02:00
tomFlowee d86b31e880 Fix allowing users to export this variable 2025-08-01 23:57:51 +02:00
tomFlowee 09cb646c1f Update to next docker release 2025-02-18 13:22:11 +01:00
tomFlowee 80257ed75a Upgrade the Qt env 2024-12-18 17:00:20 +01:00
tomFlowee 7fdffb919f New versions 2023-11-01 20:33:58 +01:00
tomFlowee 46246a1d23 Upgrade to latest Qt 2023-06-26 23:21:23 +02:00
tomFlowee fe17559b90 Make building easier, skip running gen_context
The secp256k1 imported library would compile a native executable
and run it to create the ecmult_static_context.h file.

This made cross-compiles much harder without much reason as the
output of the executable is always the same. So why not just add
it to git?

This adds a cmake option to compile the gen_context executable,
but the option defaults to OFF.
2023-05-06 20:42:20 +02:00
tomFlowee 8866878354 new Qt version 2023-02-24 19:43:50 +01:00
tomFlowee b702227cc4 stop using deprecated API 2023-02-13 10:38:17 +01:00
tomFlowee e1786e0d7c Fixlet in detecting the native build 2023-01-16 11:37:03 +01:00
tomFlowee 33986dea77 Update build-android after moving of 3rdparty libs
The main effect is we no longer build some stuff that wasn't used
anyway, so this is faster and less maintainance.
2022-12-13 11:38:59 +01:00
tomFlowee 084aa4090f Cleanup and make nicer, cross-compile to Android.
This brings the developer experience in line with the one in Pay
and we avoid needing a path set to run the self-build executables
from.
2022-11-28 16:09:48 +01:00
tomFlowee bc51922aa6 Use new Qt for Android 2022-11-05 13:24:42 +01:00
tomFlowee 5502724d68 Add a build script to build for Android
This uses the docker based workflow for the toolchain.
2022-09-16 17:37:45 +02:00