Hi,
I am trying to add an external library to a qt application. But after building the application its showing cannot recognize file format. Library is in .so format and I am working on linux. Please help.
Hi,
I am trying to add an external library to a qt application. But after building the application its showing cannot recognize file format. Library is in .so format and I am working on linux. Please help.
Not sure I follow.
It sound like you can build the application.But after building the application
If this is true, then your lib is linked as it should, otherwise the linker would complain.
I guess what is not so clear is what do you mean with "adding" the lib.
More information would help.
It sound more like your are trying the open an *.so file with your application.
Is that the case?
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks