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
You have to deploy the Qt DLLs and the plugin directories, see my answer to the question Qt dll deployment on Windows.