< Development | Tutorials | Necessitas
Development/Tutorials/Necessitas/Assets
Android assets
Android assets are read-only arbitrary files bundled in their raw form into your package.Necessitas project provides seamless integration with android assets, meaning that you can access any asset files as you access any ordinary files.
Deploy assets
# assuming we want to deploy qml/foo/main.qml file
delployment.files=qml/foo/main.qml
android { #define an android block
delployment.path=/assets
} else : symbian {
delployment.path=/opt/$${TARGET}
}
INSTALLS += delployment
Access assets
This page was last edited on 7 September 2012, at 13:29. Content is available under Creative Commons License SA 4.0 unless otherwise noted.