[Development] QStandardPaths could be helpful for cross platform portability, Qt Everywhere

Tor Arne Vestbø tor.arne.vestbo at digia.com
Wed Feb 25 12:51:04 CET 2015


On 25/02/15 12:31, Tor Arne Vestbø wrote:
> This should be fixed for OS X (and iOS). ~/Library/Application Support
> can be used for installed application data, but is most typically used
> for generated application data that is not directly user documents
> (which should live in ~/Documents), so the app bundle should be one of
> the paths returned by QStandardPaths.

And looking at the QSP docs, this should already be the case:

"~/Library/Application Support/<APPNAME>", "/Library/Application 
Support/<APPNAME>". "<APPDIR>/../Resources"

tor arne



More information about the Development mailing list