summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qjnionload.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Android: Added JNI_OnLoad to QtCoreChristian Strømme2013-09-201-0/+66
JNI_OnLoad is called for each library during the start-up of a Qt application on Android. When the JNI_OnLoad is called we can get a handle to the Java VM and necessary classes which enables us to access Java API's in QtCore. Change-Id: I64c1f1106cc0d5ab5a7bc9b22c752c09162fe813 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>