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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
