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
QtWS25 Last Chance

QPdfDocument crashes on linux

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 95 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 19 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 Online
      H Online
      hskoglund
      wrote 19 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

      1/2

      20 Apr 2025, 07:30

      • Login

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