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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -