Solved.

Qt Code:
  1. QString path=QApplication::applicationDirPath()+"/manual.pdf";
  2. bool r = QDesktopServices::openUrl(QUrl::fromLocalFile(path));
To copy to clipboard, switch view to plain text mode