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] 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