最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

qt6 - QT 6.8.1 QPA plugin version mismatch - Stack Overflow

programmeradmin2浏览0评论

I am trying to run a qt application I built. I am getting warning about missing qpa plugins. Then I installed qt6-qpa-plugins via apt get. Then used

export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt6/plugins

When running the gui application I get

qt.core.plugin.factoryloader: Ignoring QPA plugin due to mismatching Qt versions 395264 393728

When I try to build qtwayland v6.8.1 locally. I get an error

src/plugins/hardwareintegration/compositor/hardwarelayer/vsp2/main.cpp:12:1: error: Parse error at "IID"
make: *** [Makefile:26592: main.moc] Error 1

Any idea how to approach this?

发布评论

评论列表(0)

  1. 暂无评论