Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't overwrite AndroidManifest.xml and configAndroid.json #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aconchillo
Copy link

Don't create the generated configured files (AndroidManifest.xml and
configAndroid.json) in the binary directory because androiddeployqt will
overwrite them with the default ones.

We now generate AndroidManifest.xml and configAndroid.json in the source
directory and make "android-package-source-directory" point to
"@CMAKE_CURRENT_SOURCE_DIR@", this will avoid copying a bunch of files
as well.

Don't create the generated configured files (AndroidManifest.xml and
configAndroid.json) in the binary directory because androiddeployqt will
overwrite them with the default ones.

We now generate AndroidManifest.xml and configAndroid.json in the source
directory and make "android-package-source-directory" point to
"@CMAKE_CURRENT_SOURCE_DIR@", this will avoid copying a bunch of files
as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant