Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] Background image does not appear when running final application package
Qt 6.11 is out! See what's new in the release blog

[Solved] Background image does not appear when running final application package

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Abin
    wrote on last edited by
    #1

    Hi,

    I have an application where I set background image from style sheet. When running from qt creator background image appears. But when I create package and runs it does not appears. But other styles are appearing fine. Only Image set to the background has issue.

    What I feel from checking is I miss some dll.

    acepos.exe
    D3DCompiler_43.dll
    icudt52.dll
    icuin52.dll
    icuuc52.dll
    libEGL.dll
    libGLESv2.dll
    libwinpthread-1.dll
    Qt5Core.dll
    Qt5Gui.dll
    Qt5Network.dll
    Qt5SerialPort.dll
    Qt5Sql.dll
    Qt5Widgets.dll
    platforms\qwindows.dll
    sqldrivers\qsqlite.dll

    Please help to let me know if I am missing any library...

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      It seems you are missing imageformats/qjpeg.dll. For more info check "Deploy_an_Application_on_Windows":http://qt-project.org/wiki/Deploy_an_Application_on_Windows

      157

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Francknos
        wrote on last edited by
        #3

        You have missing :
        a folder name
        imageformats
        and in this folder put all dll needed (qjpeg, qtiff ....)

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Abin
          wrote on last edited by
          #4

          Thanks p3c0 :)

          It was the exact issue...

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved