When I am using Qt Creator from Qt 4.8.5, jpeg image is displayed properly. However, this same code deployed to Visual Studio 2008 with Qt 4.8.5 does not display my jpeg image. What would be issue? May I need to add qjpegd4.dll or Macro to setup the project dependencies?
Image {
     fillMode: Image.PreserveAspectFit
     smooth: true
     source: "../components/images/success.jpg"
     sourceSize.width: 60
     sourceSize.height: 50
}