Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.2
-
None
-
Qt 5.3.2 on Linux Mint 17 and Android 4.4.4
-
-
c6c364d0cae8b09e23921e942f65013bad0b7ff1
Description
When overriding the ANDROID_DEPLOYMENT_DEPENDENCIES it forgets to deploy the files in the ANDROID_PACKAGE_SOURCE_DIR.
It neither deploys custom .jar files from libs, nor custom .java files from src, it doesn't even deploy the AndroidManifest.xml resulting in it trying to launch a org.qtproject.example.foo.
In addition to this, you cannot specify an absolute path to a file you want to deploy that is outside the Qt directory as a workaround for androiddeployqt not deploying your files. This results in a
Source Qt file does not exist: /opt/Qt/5.3/android_armv7//home/user/foo/bar/android/src/somefile.jar
Also it does not copy folders recursively, requiring you to specify every single file that needs to be deployed.