QString path = QDir::currentPath(); QString icon = path += "/icon.png"; setWindowIcon(QIcon(icon));
Diff- QDir::currentPath()+ QCoreApplication::applicationDirPath()
Bash$ cd /$ /usr/local/bin/myprog