I have developed QT application to view image/videos. I am deploying the application using windeployqt
and have created setup.exe
using Inno Setup tool.
I have already implemented code to show up image when opened through my app.
Now I want my application name to show up in "Open with list" whenever I click on image or video.
Has anyone idea how to achieve this?