Comment 4 for bug 1410529

Revision history for this message
Nick Fedoseev (nick-ut2uz) wrote :

There's no need to use registry to determine the full path of the program.

Try to play with

 qDebug() << QCoreApplication::applicationDirPath();
 qDebug() << QCoreApplication::applicationFilePath();
 qDebug() << QCoreApplication::libraryPaths();
 qDebug() << QDir::currentPath();