Hi.
I use this
in the PRO file
windows {
LIBS+=-ldbghelp#beabletoprintthestacktrace
}
then
intmain(intargc,char*argv[])
{
//0.somepreliminarystuff
//printstacktraceuponSegmentationFault
signal(SIGSEGV,os_signal_print_stack_trace);/*segmentviolation*/ // you could
do the same on other
Actually Conan (conan.io) is quite nice for these things once you manage
to setup a cross-build environment correctly. Normally this is quite
straight forward. In Android, it also is except for those moments in
which there are changes in the NDK (removing gcc, upgrading this,
deprecating that,