QSettings
-
@Laky
Impossible to say if you show no code.Have you tried
qDebug() << settings.fileName();to see if path still valid on windows?
if you have something like
QSettings settings("/home/petra/misc/myapp.ini")
that could be the issue.