[solved] winsparkle + qt application
-
Hello all,
I have built a qt app for windows which i would like to get auto updates. For which I am planing to use winsparkle. I have successfully built the winsparkle library in qt creator. But when i run the application it gives me following error :
WinSparkle: Executable doesn't have the required VERSIONINFO resource: The specified resource type cannot be found in the image file.
If any one knows how to solve this error please help me or point me to a good tutorial on winsparkle. My basic aim is to get the auto update feature for my app on windows.
-
Seems my answer disappeared...
You need to add a windows rc file
-
Did you add
@RC_FILE = your_rc_file_name.rc@
To your pro file ?
-
You're welcome !
Don't forget to update the thread's title so other forum users may know that a solution has been found :)