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.rcfor QtCreator projects. But how can I add resource file for my installer.exe in QtInstallerFramework?
Thank you in advance! -
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.rcfor 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.