Results 1 to 2 of 2

Thread: Qt Application Deployment

  1. #1
    Join Date
    Jan 2011
    Posts
    24
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Qt Application Deployment

    Hi,

    I've developed an application in linux and i need to deploy it and use it another system.We have got the dependent files using "ldd". when i run the application using the shell script given in the QT Deployment page, it is giving a segmentation fault.Please give the steps required to create an executable .

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt Application Deployment

    If needed, put your Qt libraries in the same directory as your program executable. Run the script. It won't work if:
    • Other libraries the Qt libs need are not present.
    • You deploy 64-bit Qt libs into a 32-bit environment.
    • You deploy 32-bit Qt libraries into a 64-bit only environment.
    • You deploy x86 binaries onto an ARM-based board or other odd combinations.


    Unless you provide more information then there is nothing specific that can be said.

Similar Threads

  1. Application deployment on Mac OS X (10.5)
    By ghorwin in forum Installation and Deployment
    Replies: 1
    Last Post: 11th March 2010, 14:38
  2. Qt 4.1.3 application Deployment
    By sivaganesan in forum Installation and Deployment
    Replies: 1
    Last Post: 24th July 2008, 17:15
  3. qt application deployment issue?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 1st May 2007, 06:09
  4. Application deployment problem
    By shapirlex in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 13th April 2007, 00:11
  5. Deployment of Application to freescale board
    By AP.Sakkthivel in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 26th April 2006, 04:17

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.