Qt6 CMake: Creating Static and Dynamic Libraries in Qt
Hi~ This is Weekly Qt, dedicated to sharing valuable Qt knowledge.As projects grow larger, they need to be divided into multiple modules for development, reducing coupling and facilitating collaboration among multiple developers. At this point, it is inevitable to create static and dynamic libraries.This article introduces the CMake interface provided by Qt for creating static … Read more