How to register application to handle custom uri:// scheme?
Unsolved
General and Desktop
-
I'd like my Qt application to be opened whenever
myapplication://
is invoked on Windows, macOS, and Linux - does anyone have any experience with setting this up?I've looked around in Qt documentation but this doesn't seem to be covered, and the details on the web are scarce or outdated for 2019. Thanks!
-
This is OS-specific and Qt can't do anything for it. For Windows see e.g. https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa767914(v=vs.85)?redirectedfrom=MSDN