I compiled qt myself on a remote Linux server from source. everything went fine but after I tried to run my compiled software I got following error.
This application failed to start because it could not find or load the Qt platform plugin “xcb”.
Available platform plugins are: linuxfb, minimal, offscreen.
Reinstalling the application may fix this problem.
Aborted (core dumped)
There is no libqxcb.so in plaftorm direcotory.
root@:~/………/platforms# ll
total 8608
drwxr-xr-x 2 root root 4096 Nov 13 02:35 ./
drwxr-xr-x 17 root root 4096 Nov 13 03:46 ../
-rwxr-xr-x 1 root root 4729677 Nov 13 02:35 libqlinuxfb.so*
-rwxr-xr-x 1 root root 808791 Nov 13 02:34 libqminimal.so*
-rwxr-xr-x 1 root root 3262399 Nov 13 02:35 libqoffscreen.so*
↧