Skip to content
Commit df32b369 authored by BogDan Vatra's avatar BogDan Vatra
Browse files

Seamless Android assets support

Add seamless Android assets support, every time your app will try to
open a file, first Qt will search for that file into android assets and
only if not exists there will try to open it from your local file
system.
Checking if a file exists in andoid assets is very fast (<1ms).

FEATURE: 276766
parent 1b8c488e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment