-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt6 qpdf #58
base: master
Are you sure you want to change the base?
Qt6 qpdf #58
Conversation
Does it maintains compatibility with Qt5 in this branch? Otherwise I would suggest us to create a Qt6 branch |
I've tried to do "#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)" everywhere where I've done changes and keep QT5 code under "#else" branch, but I didn't try to compile under QT5. |
I pushed your branch into this repository with the name Is that ok with you? I still need time to check it at least in Linux. On mac i was not able to get the dependencies |
Thank you Joao. Yes it's OK for me. |
yes, what I did is QT only, no KDE involved
…On Fri, 6 May 2022 at 23:42, Joao Carreira ***@***.***> wrote:
Is this a Qt only version?
—
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJL5ZIGIXNAOE3MLONRZ3TVIWG6FANCNFSM5VJA24PA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
9e13f1c
to
ad8b505
Compare
Hi, I've ported QTikz to under QT 6.3 with QtPdf, removing dependency on Poppler.
It still have some issues, but it works, compiles and shows resulting puicture.
Unfortunately I was able to compile it under Linux only, AFAIK Windows version of QtPdf is not ready yet.
Alexander