Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设法在我的 Ubuntu 机器上构建/配置/安装 qt5,但我没有设置 xcb 支持。现在我想添加对这个平台的支持。有没有办法只添加这个插件而不必重新配置/重新编译/安装整个 qt5 的东西?
谢谢。
应该足以:
cd <your_qt_sources>/qtbase/src/plugins/platforms/xcb <your_qt_install_dir>/bin/qmake make -j<n>
<> 表示根据您的系统替换为值。构建完成后,您会被告知插件的放置位置。然后将其放入:
<your_qt_install_dir>/plugins/platforms/
您需要满足依赖关系(几个 xcb 库)。