Folks,
I am operating in a Linux environment with Qt 6.10 for WebAssembly using cmake to build.
The issue is if I place all the files in one directory it builds, but if I split them up to subdirectories (we use forms, inc, and src) I get a link error of vtable not found for the window class.
What I want to do it dump the symbol table on the .o file to see what the difference is in the the .o file for the flat version vs the .o file in the tree version. Is there a tool to do that ?
Thanks
Dale Pennington