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 -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -