Results 1 to 3 of 3

Thread: DLL Deploying problems

  1. #1
    Join Date
    Jun 2010
    Posts
    86
    Thanks
    10
    Thanked 6 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default DLL Deploying problems

    When I deploy my application to another computer where Qt isn't installed, I have these 2 problems:

    1- JPG images aren't shown: while bmp images work well.
    2- Phonon doesn't work anyway.

    I found some articles talking about plugins and I followed them but in vain.

    I want to know which DLLs should I deploy and where to put them. any help for these two problems?

  2. #2
    Join Date
    Jun 2010
    Location
    India
    Posts
    50
    Thanks
    1
    Thanked 15 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: DLL Deploying problems

    Copy the entire plugins Directory which is under your Qt Installation to your Application path.

  3. The following user says thank you to agathiyaa for this useful post:

    ahmdsd_ostora (21st July 2010)

  4. #3
    Join Date
    Jun 2010
    Posts
    86
    Thanks
    10
    Thanked 6 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: DLL Deploying problems

    thanks for your point.

    The problem solved but note these two points:
    1- I didn't include the entire folder, it's 36 Mega Bytes, just I took "phonon_ds94.dll" and "qjpeg4.dll".
    2- If I put the dlls in "plugins" folder in my app folder, it doesn't work. but I removed the plugins folder and put the two sub-folders containing my dlls directly in my app folder.

    so the folder structure be:
    <app folder>
    .exe
    imageformats/qjpeg4.dll
    phonon_backend/phonon_ds94.dll

  5. The following user says thank you to ahmdsd_ostora for this useful post:

    stereoMatching (1st September 2012)

Similar Threads

  1. Deploying a Qt app
    By drave in forum Newbie
    Replies: 7
    Last Post: 21st June 2010, 17:52
  2. Deploying
    By Svalorzen in forum Newbie
    Replies: 8
    Last Post: 10th June 2010, 00:48
  3. Deploying on Windows problems with QtWebKit
    By josepvr in forum Installation and Deployment
    Replies: 3
    Last Post: 8th October 2008, 12:00
  4. Deploying Qt application on Mac OS X
    By mourad in forum Installation and Deployment
    Replies: 1
    Last Post: 30th March 2008, 16:19
  5. problems with deploying a Qt application
    By nongentesimus in forum Installation and Deployment
    Replies: 2
    Last Post: 7th June 2006, 13:45

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.