Quote Originally Posted by stampede View Post
I've never tried that on mac, but maybe this will work:
Qt Code:
  1. QDesktopServices::openUrl(QUrl::fromLocalFile("MY_APP.mpkg"));
To copy to clipboard, switch view to plain text mode 
quote from QDesktopServices docs:
It works and it's exactly what I want.Thank you!