Apparently I neglected to test sanitizer support with Qt libs enabled.
It breaks because the LDFLAGS weren't specified in configure.ac.
This has been fixed now and sanitizer support should 100% work.
Note there is still an issue with TSAN (thread sanitizer) on some versions of Linux and gcc. For best results use gcc 7.x for TSAN support. Also TSAN only works on 64bit architectures.