Introduction In Qt6, CMake became Qt’s default build system, replacing qmake. Unfortunately, the transition was not smooth. In the first Qt6 releases, Android support was missing. iOS requires native Xcode projects, and even on Qt 6.3, WebAssembly is still in technology preview. The slowly-paced adoption of CMake, when targeting iOS, Android…