We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an Android application using Fluid to demonstrate how to make one.
The text was updated successfully, but these errors were encountered:
The demo application works fine on Android. You could add
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
to the main function though.
Sorry, something went wrong.
@SushiTee already set hidpi scaling
Now with the new qmake build system in the develop branch, fluid-demo has all the deployment files for Android and can be used as an example.
develop
plfiorini
No branches or pull requests
Create an Android application using Fluid to demonstrate how to make one.
The text was updated successfully, but these errors were encountered: