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

QPdfDocument crashes on linux

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 98 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 23 days ago 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
    • H Offline
      H Offline
      hskoglund
      wrote 23 days ago 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

      2/2

      20 Apr 2025, 09:29

      • Login

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