Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Add resource file (*.rc) for installer in QtInstallerFramework
-
Hi, everybody!
Does somebody know, how I can add resource file (*.rc) for installer in QtInstallerFramework?
For example, I know I should add in *.pro fileRC_FILE = resources.rc
for QtCreator projects. But how can I add resource file for my installer.exe in QtInstallerFramework?
Thank you in advance!
-
Hi and welcome to devnet forum
What for would you need *.rc file in QIF?
Respectively what are you trying to do?
-
@koahnig So I want to do some like this
I. e. I want add copyright, type, description, product name and version for my installer.exe.
-
Did you check out this document?
AFAIK this is the only place for such kind of information.
-
@koahnig
Yes, I checked this page and didn't find the anwser to my question(((