Is there some way to modify qmake project files (*.pro) such that qmake doesn't append .so when building shared library files? I know it happens because of the target file type...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try adding something like this to your .pro file:
|
|||
|