realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Research how to support QtScriptGenerator on Android. #583

Open juj opened 11 years ago

juj commented 11 years ago

The QtScriptGenerator library is not built/run on Android, and QtScript plugins don't exist on the Android system.

Implement support for QtScriptGenerator build script, and fix any issues that arise at runtime from dynamic plugin loading for QtScriptGenerator.

One issue is that the Qt plugin load paths might need to be changed, since they need to reside in a special directory on Android for some Android devices to accept and run them (see the Android linux deployment script for the paths).