Resources not accessible when running outside of qtcreator [SOLVED / Problem related to unsopported image file formats]
-
Do you have resources embedded into your binary? Or you have them as external files that you load on run-time?
-
I guess they are embedded in the binary, I have done nothing specific. The qrc files are listed in the .pro file.
-
Then they are embedded. Now, what could happen, is that the image format plug-ins are not available. They are needed. see "this thread.":http://developer.qt.nokia.com/forums/viewthread/4440/
-
Thank you, I am having a look now!
-
Yep, I'm agreed with Gerolf. Looks like plugins are not available.
-
Thank you both, gonna try this afternoon or maybe in one week, and will let you know,
Bill
-
We can lock this thread, the whole thing it working when copying the image decoding dll in the output directory. Thank you for the hint. I guess it is possible to simply link this library statically then? If you know how, I am interested!
Thanks,
Bill -
Thank you both,
Bill