Details
Description
QStringList dirs = QStandardPaths::standardLocations(QStandardPaths::AppDataLocation);
returns 3 paths. the last is wrong. it returns
<appname>.appContents/Resources intead of
<appname>.app/Content/Resources
worked in 5.8
Attachments
Issue Links
- is duplicated by
-
QTBUG-63655 Invalid directory returned by QStandardPaths::AppDataLocation on MacOS
- Closed