Qt jpeg can't work on my friend's PC

后端 未结 1 1593
死守一世寂寞
死守一世寂寞 2021-01-22 21:30

I am finishing a Qt app, but I encounted a problem. Here is it:

I use this code to load image into a QGraphicsScene:

QFile file(fileName);
        if(fil         


        
1条回答
  •  -上瘾入骨i
    2021-01-22 22:07

    You have to deploy the Qt DLLs and the plugin directories, see my answer to the question Qt dll deployment on Windows.

    0 讨论(0)
提交回复
热议问题