qml - Jpeg image not displayed in Qt4.8.5 deployed visual sudio -


when using qt creator qt 4.8.5, jpeg image displayed properly. however, same code deployed visual studio 2008 qt 4.8.5 not display jpeg image. issue? may need add qjpegd4.dll or macro setup project dependencies?

image {      fillmode: image.preserveaspectfit      smooth: true      source: "../components/images/success.jpg"      sourcesize.width: 60      sourcesize.height: 50 } 


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -