Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-13 | iOS: create our own OS support file | Dirk Hohndel | |
Up until now we just reused the macos.c file for convenience, hard coding a specific file path that may or may not work on iOS. Instead get the preferred path from Qt and for this we need to be able to call into Qt, so this needs to be a C++ file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |