Results 1 to 3 of 3

Thread: Qt app problems on non-development machines

  1. #1
    Join Date
    Feb 2010
    Posts
    5
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Qt app problems on non-development machines

    I have a QT application that works as designed on my development (Windows7) machine. When it is installed on other non-development machines the app the will open and run, but it has problems. None of my in app icons, nor images display.

    During installation, I am installing the QtCore4.dll, QtGuid4.dll, Microsoft_VC90_CRT_x86.msm and policy_9_0_Microsoft_VC90_CRT_x86.msm.

    My application has a listview showing thumbnails of all pngs and jpegs in folders. I am using a separate thread to do this. Not even my default image png displays. Also in a simple QListWidget, none of the QListWidgetItem's icon display.

    Any ideas on what I am not installing?

    Thanks,

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt app problems on non-development machines

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Feb 2010
    Posts
    5
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Qt app problems on non-development machines

    Yes! I was not including the imageformats folder with the corresponding dll's. Thanks sooooo much!

    Cheers,
    Karren

Similar Threads

  1. QPixmap is null on other machines
    By sepehr in forum Installation and Deployment
    Replies: 6
    Last Post: 12th July 2011, 07:24
  2. Replies: 0
    Last Post: 29th October 2009, 19:20
  3. Replies: 1
    Last Post: 13th August 2009, 16:32
  4. OSX App wont run on other machines
    By December in forum Qt Programming
    Replies: 3
    Last Post: 13th April 2007, 02:23
  5. How to Runn applications in NON Qt machines
    By sudeepdua in forum Installation and Deployment
    Replies: 4
    Last Post: 18th November 2006, 16:08

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.