Icons are not visible when installing Qt application on end user machine(Windows) Why?
-
wrote on 28 Feb 2011, 09:36 last edited by
Thank you all
I succeed to deploy on Win7 using your advices
I currently work on deploying to another platforms
creating .sis installerhttp://realvirtualdevelopment.co.nr
Pavel
-
wrote on 9 Feb 2013, 16:36 last edited by
Hi, I'm sorry to bring up this old topic.
I had the same problem and thanks to this thread I've fixed my icons. :)
However I need to know if there is a way to determine which plugins EXACTLY does my application require, so i don't have to include all the plugins in my installation package?
Thank you in advance! -
wrote on 9 Feb 2013, 17:09 last edited by
dv879: have you tried to install the pugins one by one until everything works?
-
wrote on 9 Feb 2013, 17:26 last edited by
The project is HUGE and I can not determine if everything works the way you are suggesting. And there should definitely be a more "intelligent" way. :)
I wanted to know if there are some kind of dependencies records, where I can check on which plugins depends my program...