Hi,
if i compile Qt5 it ends with a linker error:
undefined reference to `_imp__jas_init'
...
I'm not shure why this happens because the build command is:
g++ ... -ljasper
so it should be linked against jasper lib.
I'm using msys2 Gnu Compiler.
Thanks for help in advance,
TinTin