Results 1 to 3 of 3

Thread: Problem :how use an application qt on other pc?

  1. #1
    Join Date
    Nov 2008
    Posts
    17
    Thanks
    2

    Default Problem :how use an application qt on other pc?

    I have created an application(On Ubuntu) that allows you to select an image, so the displays.
    On the machine where I installed the whole package works QT.
    If I try to bring the application on another computer with ubuntu then the system says that :
    libQtGui.so
    libQtCore.so
    Not Found
    I created a folder to which I added the libraries and I added the path of this folder in LD_LIBRARY_PATH.
    Now if i try to run application it doesn't work correctly. In fact, when i select an image and clic open it shows a windows (that i have done in my program) to tell me that the image can not be loaded.
    How I can solved my problem?

  2. #2
    Join Date
    Nov 2008
    Location
    Italy
    Posts
    16
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem :how use an application qt on other pc?

    try copying also plugins/imageformats directory

  3. #3
    Join Date
    Dec 2008
    Posts
    13

    Default Re: Problem :how use an application qt on other pc?

    You also need to copy the qt.conf file (that I think is in the PyQt4 directory somewhere) and place it in the directory where your app is. Modify the file to point to the plugins directory.

Similar Threads

  1. Very strange socket programming problem
    By montylee in forum Qt Programming
    Replies: 5
    Last Post: 11th November 2008, 12:05
  2. Start Qt application as Windows Service
    By ^NyAw^ in forum Qt Programming
    Replies: 12
    Last Post: 10th May 2008, 17:23
  3. Line Edit Controll problem
    By mansoorulhaq in forum Qt Programming
    Replies: 5
    Last Post: 31st October 2007, 08:33
  4. Replies: 5
    Last Post: 15th June 2007, 22:08
  5. Basic: problem building designer application
    By kingslee in forum Qt Tools
    Replies: 2
    Last Post: 31st August 2006, 15:26

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
  •  
Qt is a trademark of The Qt Company.