Skip to content
  • BogDan Vatra's avatar
    Seamless Android assets support · df32b369
    BogDan Vatra authored
    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
    df32b369