> QFile file("config/exclude_files.exc"); Are you sure you want a relative path there? Since that path is relative from the current working directory. QApplication::applicationDirPath() might be of help. daniel