When my app is started from the autostart of Windows, Qt is not able to open it.
The error that causes this is that QDir().absoluteFilePath("settings.cnf")
returns the path C:/Windows/system32/settings.cnf
even though my file is located in my working directory.
Does someone know what method I must call to get the right path?