How to install Qt Serialport on macOS?
问题 I'm trying to compile this code where the .pro file includes a QT += serialport gives me a Project MESSAGE: Warning: unknown QT: serialport error. Without Qt, I would use CMake and install the package via vcpkg, Conan, HomeBrew, or something like that. But not sure if Qt has its own package manager. I would appreciate it if you could help me know what is the most canonical way to install and include this library. P.S.1. In the comments, I'm being told that I need to use Qt's Maintenance Tool,