[software development] qt6安装后,运行提示有问题,窗口可以正常显示
Tofloor
poster avatar
180******61
deepin
21 hours ago
Author

官网下载的在线安装包,整个选择桌面开发,安装完成后没有c++编译器,创建的程序没法运行,安装g++后,可以运行了,每次运行都提示

qt.qpa.plugin: Could not find the Qt platform plugin "dxcb" in ""

窗口可以正常显示。

请问这个要怎么解决。deepin23版本。

Reply Favorite View the author
All Replies
忘记、过去
deepin
19 hours ago
#1

/usr/lib/x86_64-linux-gnu/qt6/plugins/platforms/libdxcb.so 链接到你安装 Qt6 的对应位置试试

Reply View the author
red13
deepin
13 hours ago
#2

设置一下环境变量

vi ~/.bashrc

添加如下 变量

export QT_QPA_PLATFORM=xcb

source ~/.bashrc

然后你再运行试试

Reply View the author
180******61
deepin
12 hours ago
#3
red13

设置一下环境变量

vi ~/.bashrc

添加如下 变量

export QT_QPA_PLATFORM=xcb

source ~/.bashrc

然后你再运行试试

image.png添加了这个不行

Reply View the author
180******61
deepin
12 hours ago
#4
忘记、过去

/usr/lib/x86_64-linux-gnu/qt6/plugins/platforms/libdxcb.so 链接到你安装 Qt6 的对应位置试试

image.png

image.png

提示没有那个文件或目录

Reply View the author
180******61
deepin
12 hours ago
#5
忘记、过去

/usr/lib/x86_64-linux-gnu/qt6/plugins/platforms/libdxcb.so 链接到你安装 Qt6 的对应位置试试

qt文件夹下搜索不到libdxcb

Reply View the author
red13
deepin
12 hours ago
#6
180******61

image.png添加了这个不行

应该不至于吧...

image.png

Reply View the author
red13
deepin
11 hours ago
#7

关于QT参数_20241123232302.png

Reply View the author