add Android Gradle files using Cmake QT 6.2
Unsolved
Mobile and Embedded
-
Hi,
I have an Android project and I start to use Cmake as my build system for Qt6 but I can't find a way to include my android gradle files after I generate them from QT creator, and the result build APK are not build with the icon i set in the manifist and stuff, so what is the correct way to add android gradle files to my Cmake
in qmake i was usingANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
so what is the alternative
Thanks.