79428332

Date: 2025-02-10 21:27:38
Score: 2
Natty:
Report link

Indeed, I had 'bad alloc' because my application is compiled in debug, and Qt libraries I have are release libraries. Currently I don't have the debug version of Qt libraries.

Now, for the initial issue to register rcc file : generally, when you develop with Qt, it's better to always use 'Q' objects, especially for strings. It's a bad idea to try to mix 'standard' strings with QStrings.

So, since I manage all paths and strings with QDir and QString, all works fine.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: stoffy28