Re: [Interest] lrelease before compiling qrc

2023-11-07 Thread Petric Frank
Hello, Am Dienstag, 7. November 2023, 15:54:07 CET schrieb Robert Hairgrove via Interest: > On 07.11.23 14:59, Petric Frank wrote: > > Hello, > > > > in my app i have translation files. I added them to the qrc-file because i > > > > want to load the translations from resource: > > app-de_

Re: [Interest] Qt classes to print email to pdf from message in mbox format?

2023-11-07 Thread Jeffrey Walton
Thanks Shawn, On Tue, Nov 7, 2023 at 11:47 AM Shawn Rutledge via Interest wrote: > > > On 7 Nov 2023, at 09:28, Jeffrey Walton wrote: > > > > I've been lurking a while to collect information for an upcoming > > project. I have not seen a similar topic, so I'm going to ask... > > > > I have a col

Re: [Interest] Qt classes to print email to pdf from message in mbox format?

2023-11-07 Thread Shawn Rutledge via Interest
> On 7 Nov 2023, at 09:28, Jeffrey Walton wrote: > > Hi Everyone, > > I've been lurking a while to collect information for an upcoming > project. I have not seen a similar topic, so I'm going to ask... > > I have a collection of email messages in mbox format. I obtain them > from GMail, and E

[Interest] Qt classes to print email to pdf from message in mbox format?

2023-11-07 Thread Jeffrey Walton
Hi Everyone, I've been lurking a while to collect information for an upcoming project. I have not seen a similar topic, so I'm going to ask... I have a collection of email messages in mbox format. I obtain them from GMail, and Export Data operation. I can parse them into individual messages. For

Re: [Interest] lrelease before compiling qrc

2023-11-07 Thread Robert Hairgrove via Interest
On 07.11.23 15:54, Robert Hairgrove via Interest wrote: a very small subset for errors... ... which I do add to the application's resources. ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] lrelease before compiling qrc

2023-11-07 Thread Robert Hairgrove via Interest
On 07.11.23 14:59, Petric Frank wrote: Hello, in my app i have translation files. I added them to the qrc-file because i want to load the translations from resource: app-de_DE.qm app-en_US.qm They are are generated from *.ts files. In *.pro i added CONFIG += lreleas

[Interest] lrelease before compiling qrc

2023-11-07 Thread Petric Frank
Hello, in my app i have translation files. I added them to the qrc-file because i want to load the translations from resource: app-de_DE.qm app-en_US.qm They are are generated from *.ts files. In *.pro i added CONFIG += lrelease TRANSLATIONS = app-de_DE.ts \

Re: [Interest] binaries for Linux

2023-11-07 Thread Alexandru Croitor via Interest
Hi, For Qt 6.6.0, it's RHEL 8.6. https://github.com/qt/qt5/blob/v6.6.0/coin/platform_configs/cmake_platforms.yaml#L173 The ones with 'Packaging' are the ones available from the online installer. > On 7. Nov 2023, at 14:17, Danil Shkodin > wrote: > > Hi. > I was wondering > what distro are bi

[Interest] binaries for Linux

2023-11-07 Thread Danil Shkodin
Hi. I was wondering what distro are binaries for the Qt online installer built on? They depend on glibc 2.28. So I assume they come from RHEL 8.6 or 8.8 provisioned machine? Is there a way to deduce and know for a fact? https://github.com/qt/qt5/tree/dev/coin/provisioning/qtci-linux-RHEL-8.8-x86_6