Are you running the app via an IDE? If so, most likely the current working directory is not in debug nor release subfolder but one level up. See
- QCoreApplication::applicationDirPath()
- QDir::current()
- [WIKI]Current working directory[/WIKI]
Are you running the app via an IDE? If so, most likely the current working directory is not in debug nor release subfolder but one level up. See
- QCoreApplication::applicationDirPath()
- QDir::current()
- [WIKI]Current working directory[/WIKI]
J-P Nurmi
Bookmarks