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 to Qt?
Try using the LIBS directive in your *.pro file;
LIBS
*.pro
LIBS += /path/to/foo.o
2.1m questions
2.1m answers
60 comments
57.0k users