QPdfDocument crashes on linux
-
Hello,
I'm trying to integrate a QPdfDocument into Qt without success:#include <QCoreApplication> #include <QPdfDocument> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QPdfDocument doc; return a.exec(); }
Qt 6.4.2 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 12.2.0) on "xcb"
OS: Debian GNU/Linux 12 (bookworm) [linux version 6.12.20+rpt-rpi-2712]
What's wrong?