Skip to content

Rename ECMAndroidDeployQt in preparation for Qt6 support

Volker Krause requested to merge work/vkrause/prepare-android-qt6-support into master

The Qt6 support has to be done quite differently as the auto-magic hooking into the toolchain file is no longer viable with Qt6, due to that having its own toolchain file now.

As this is internal to the toolchain file and is not installed in the CMake search paths this should be fine.

Merge request reports