Results 1 to 2 of 2

Thread: deployment of qt app issue

  1. #1
    Join Date
    Mar 2009
    Posts
    34
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default deployment of qt app issue

    Hi,

    i try to deploy a qt app and prepare all dependencies, so that i can execute the app on another machine with ubuntu 14.04 and dont need to install qt, g++ or gcc...

    at the moment i use ldd ./MyQtApp to figure out which .so files i need...

    i cant figure out why i get this error:
    Qt Code:
    1. ./run.sh
    2. This application failed to start because it could not find or load the Qt platform plugin "xcb".
    3.  
    4. Reinstalling the application may fix this problem.
    5. Aborted (core dumped)
    To copy to clipboard, switch view to plain text mode 

    also, is there a better way than manully finding all dependencies...is there a deploy script/app for qt5.4.2 on ubuntu 14.04 x64?

    Thanks,
    Gerald

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: deployment of qt app issue

    This is a warning about a missing plugin, the Qt platform plugin for X11 (called XCB).

    Plugins are loaded at runtime, they do not appear in the output of ldd.

    http://doc.qt.io/qt-5/linux-deployment.html#qt-plugins

    Cheers,
    _

Similar Threads

  1. Yet another windows deployment issue
    By Marco Trapanese in forum Installation and Deployment
    Replies: 15
    Last Post: 28th March 2015, 23:44
  2. QT application deployment issue on windows XP
    By meraj ansari in forum Installation and Deployment
    Replies: 3
    Last Post: 20th May 2010, 14:14
  3. deployment issue?
    By triperzonak in forum Installation and Deployment
    Replies: 1
    Last Post: 7th October 2008, 08:59
  4. QT/mySQL deployment issue
    By smtgra011 in forum Installation and Deployment
    Replies: 4
    Last Post: 1st July 2007, 20:31
  5. qt application deployment issue?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 1st May 2007, 06:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.