I have hundreds of HTML files in my project, and I don't want to compile all of these HTML files into an .exe. Therefore I'd like to build my HTML files into a .dll file instead.
How can I embed such a Qt resource into a .dll file or other type of compiled library?
See Question&Answers more detail:os