Qt 6.11 is out! See what's new in the release
blog
CMake and Android specific files ( .java )
Mobile and Embedded
1
Posts
1
Posters
644
Views
1
Watching
-
Hi everyone,
I am trying to build a library based on Qt that has some specific code for the Android version. This means that beside C++ files, i have a couple of Java files that needs to be added to the project.
I know how to do it with a .pro file but my wish is to have them compiled with CMake, if possible.