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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -