admin管理员组文章数量:1204415
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?
本文标签: qt6QT 681 QPA plugin version mismatchStack Overflow
版权声明:本文标题:qt6 - QT 6.8.1 QPA plugin version mismatch - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738676217a2106276.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论