Deploy Qt 5 Application on ubuntu server 12.04 without X11 manager
-
wrote on 18 Oct 2013, 14:15 last edited by
Hi all,
I had develop an application on ubuntu desktop 12.04 64 bits.
this application works well.
I had test it on ubuntu server 12.04 64bits with gnome environnement (X11 is active of course). I have found all the necessary dependancies and the application works well.
I need now to deploy this application on a ubuntu server 12.04 64 bits WITHOUT window manager. only text interface.
The application not works now, I have this message :This Application failed to Start because it could not find or load the Qt platform plugin "xcb"
Available platform plugins are : linuxfb, minimal, offscreen, xcbI don't want to install QT5 SDK or QT5 libraries from packages on this server.
The problem is that my application not use GUI, but do job on image and use QPixmap. This Class seems to requiere x11 lib. My application load image, "paint" on them and save them. No GUI are needed for it, just console application.
What can I do to solve my problem ?
Thanks in advance.
-
wrote on 10 Nov 2013, 07:51 last edited by
Hi there. I also found the deployment of Qt applications on Ubuntu to be quite a challenge so I wrote "this":http://goblincoding.com/2013/11/07/deploying-qt-5-applications-on-ubuntu-12-04/ post of my personal experience. I hope that helps :)