1 (edited by us195 2026-07-28 02:09:44)

Topic: [SOLVED]Error at Compile: private/qpdf_p.h: No such file or directory

Hello,

I've been trying to compile QET, but I got the following error.

FatalError: private/qpdf_p.h: no such file or directory.
from ../sources/cli_export.cpp:35:10
#include <private/qpdf_p.h>
+
from ../sources/pdf_links.cpp:28:10
#include <private/qpdf_p.h>

I can't find this file anywhere in the project or repo.
My distrib is based upon Ubuntu 24.04.3

Do you have ideas to where this file should be referenced to?
Thanks in advance.

Best,

Re: [SOLVED]Error at Compile: private/qpdf_p.h: No such file or directory

Hello,

install qtbase5-private-dev if Qt5 or gui-private-dev for Qt6.

Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: [SOLVED]Error at Compile: private/qpdf_p.h: No such file or directory

Impeccable, merci.

I created a PR to update the doc accordingly.
https://github.com/qelectrotech/qelectrotech-doc/pull/8

Best,