Is it possible to run an executable from resources?
-
I wonder if I run using
QProcess
an executable file from a Qt resource.
If not directly, can I copy it to a temporary directory?@Mark81 said in Is it possible to run an executable from resources?:
can I copy it to a temporary directory?
Yes, this is what you have to do. You can't run directly from ressource.