Currently the linker in one project has problems linking to object files generated by source files in another project. Is there some way to manually add those object files t
Try using the LIBS directive in your *.pro file;
LIBS
*.pro
LIBS += /path/to/foo.o