PDA

View Full Version : Problem with resources when i want to deploy qt-project



FR_Master
23rd October 2013, 15:44
Hi,

have a qt-appl. coded with/in vs2010. When i start the appl. a splashscreen is showing. Sofar so good. When i released the appl. and i start it on a other computer the splashscreen shows a empty window. I dont know why ? I have qrc file in my project where the image is declared as an resource....the image is also added as resource to the pixmap in the qlabel. The qrc file is compiled...i get an qrc_xXXXX.cpp file in my project..... Everything works fine when i start the appl. within VS or on my computer but on other.....Maybe someone can help.

Ps.: i have no pro file in my project....

thx in advance

spirit
23rd October 2013, 15:49
Do you deploy image plugins?

FR_Master
23rd October 2013, 15:54
how i do that exactly? i added the relevant dll to my files i release but problem is still there.

spirit
23rd October 2013, 16:07
See this (http://qt-project.org/doc/qt-4.8/deployment-plugins.html) and this (http://qt-project.org/doc/qt-4.8/deployment-windows.html#qt-plugins).

FR_Master
23rd October 2013, 16:44
it worked...thx for the fast help.