Adding executables as resources of a Qt application? [duplicate]
问题 This question already has answers here : How do I embed a binary executable (to be executed at runtime) in a Qt program? (4 answers) Closed 2 years ago . I've got an external command line executable "program.exe" that makes use of a DLL "program.dll". I would like to embed these two files as resources in my Qt application. Then later, I need to be able to run program.exe from my application. Can it be done with Qt? In particular, can executables and DLLs be added as resources? 回答1: You can