Results 1 to 3 of 3

Thread: Qt4Libraries needed for using images

  1. #1
    Join Date
    Sep 2008
    Posts
    14
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Question Qt4Libraries needed for using images

    hello,

    iam using QWizard..and i am setting background pixmap in it...the background image is displaying in fedora and not in open suse when i run the executable in both systems...

    So just i just need what are the Qt libraries needed for displaying image in open suse..


    I already have libraries like libQtCore.so.4, libQtCore.so.4.3.2, libQtGui.so.4, libQtGui.so.4.3.2, libqt-mt.so.3, libqt-mt.so.3.3.8.. my question is , are the libraries are enough or not???, The smae libraries are provided in open suse..but its not displaying..i want what are the missing libraries from the above list..

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

    Default Re: Qt4Libraries needed for using images


  3. #3
    Join Date
    Nov 2008
    Posts
    142
    Thanks
    3
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt4Libraries needed for using images

    Quote Originally Posted by divya balachandran View Post
    I already have libraries like libQtCore.so.4, libQtCore.so.4.3.2, libQtGui.so.4, libQtGui.so.4.3.2, libqt-mt.so.3, libqt-mt.so.3.3.8..
    Just to have mentioned it, the latter two are Qt3 libraries and won't help you with Qt4. And half of the library names you mentioned should just be links to the actual libraries. Just in case you don't know, the numbers at the end of a library name denote the library's version.

    Regarding the missing images, wysota already gave you the hint: you are most likely missing the image plugins to display a certain image type.

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.