Results 1 to 3 of 3

Thread: no icons on the another machine (after installation)

  1. #1
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    8
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default no icons on the another machine (after installation)

    To distribute my program (http://tea-editor.sourceforge.net/) for Win32 I wrote the NSIS-based installer. I bundle these Qt-files into the installer:
    Qt Code:
    1. QtCore4.dll
    2. QtGui4.dll
    3. QtNetwork4.dll
    4. QtScript4.dll
    5. QtSvg4.dll
    6. QtXml4.dll
    To copy to clipboard, switch view to plain text mode 
    Also I need to note that all resources (icons, images) are included to the binary file.
    When I'm running the program on my PC, all icons and images are visible.
    When other people installs my program and run it on another machines, they do not see icons on the buttons and images on QLabels. But, the QTextBrowser shows images well, and QMovie works too.
    I've tested my program on another machine, where Qt is not installed, and I notices the same weird things - no icons on buttons, etc (see the upper text).
    As I can understand, I need to bundle some additional Qt files with by installer? I've tried also bundle qgif4.dll, qjpeg4.dll, qmng4.dll, qsvg4.dll from Qt's plugins dir, but the result was negative - no icons.
    What you can suggest?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

  3. #3
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    8
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: no icons on the another machine (after installation)

    Thank you!

Similar Threads

  1. Moving my installation to another machine
    By MrGarbage in forum Installation and Deployment
    Replies: 3
    Last Post: 2nd February 2008, 22:32

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.