Comprehensive Guide to Integrating Qt Projects with CMake: The Correct Approach to Automatic MOC / UIC / RCC

Comprehensive Guide to Integrating Qt Projects with CMake: The Correct Approach to Automatic MOC / UIC / RCC

When writing C++ projects with Qt, many people’s first reaction is to directly use Qt Creator to create a <span>.pro</span> project, compile, and run, which goes smoothly. However, once the project needs to interface with an existing CMake build system or needs to be built in a cross-platform CI environment, the <span>.pro</span> file becomes inflexible, … Read more

In-Vehicle Intelligent Connectivity: Essential Skills for New Cars

In-Vehicle Intelligent Connectivity: Essential Skills for New Cars

Nowadays, new cars that lack a connected car system are likely to struggle to make it to market. A representative from an automotive manufacturer once said that previously, mobile phones were primarily used for making calls and sending texts, but now they serve as a comprehensive source of information—ranging from communication, shopping, remote control of … Read more