CMake Commands in Qt6 Core

The following CMake commands are defined when Qt6::Core is loaded, for instance with

 
Sélectionnez
find_package(Qt6 REQUIRED COMPONENTS Core)

See Also