Re: [Interest] Stack trace on Windows

2019-04-03 Thread rollas...@gmail.com
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

Re: [Interest] Qt + Android + OpenSSL

2019-04-17 Thread rollas...@gmail.com
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,