[Qt] Load resources from compiled Qt binary executable
-
wrote on 9 Oct 2014, 13:51 last edited by
Hello,
is it possible to load Qt resources compiled into binary executable file from another Qt application?
Something like "WINAPI Resource functions":http://msdn.microsoft.com/en-us/library/windows/desktop/ff468902(v=vs.85).aspx -
Hi,
AFAIK, no, but you can make the resources external and re-use it or build it in a dll and re-use that dll
Hope it helps
-
wrote on 10 Oct 2014, 06:59 last edited by
[quote author="SGaist" date="1412870775"]Hi,
AFAIK, no, but you can make the resources external and re-use it or build it in a dll and re-use that dll
Hope it helps[/quote]
The problem is: i don't have source code of that application... And resources are compiled in executable.
-
Then… AFAIK, you're out of luck
1/4