Problem with resources when i want to deploy qt-project
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
Re: Problem with resources when i want to deploy qt-project
Do you deploy image plugins?
Re: Problem with resources when i want to deploy qt-project
how i do that exactly? i added the relevant dll to my files i release but problem is still there.
Re: Problem with resources when i want to deploy qt-project
Re: Problem with resources when i want to deploy qt-project
it worked...thx for the fast help.