QStandardPaths::HomeLocation in Qt 5.7
Unsolved
Mobile and Embedded
-
When compiling with Qt5.6.1 (and earlier versions) for iOS, we can get /path/to/MyApp.app by calling:
QStandardPaths::writableLocation(QStandardPaths::HomeLocation)
But Qt 5.7, we are not able to do this. Is there a design change for this function call?
Is there any other way to get this directory? We need to get the deployed rcc files from there.
Thank you very much!
-
@Albus Hi! Please file a bugreport to bugreports.qt.io.
-
@Wieland thank you and it's done (https://bugreports.qt.io/browse/QTBUG-54214).