Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QPdfDocument crashes on linux
Qt 6.11 is out! See what's new in the release blog

QPdfDocument crashes on linux

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 524 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qtemu
    wrote on last edited by
    #1

    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();
    }
    
    

    qpdf.png

    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?

    1 Reply Last reply
    0
    • hskoglundH Online
      hskoglundH Online
      hskoglund
      wrote on last edited by
      #2

      Looks like a debug build to me, maybe mixing release and debug is not a good idea on a Raspberry Pi. Also, it is a Raspberry 5 not a 4, right?

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved