I use a shared library in my project, and when I try to compile my project in Qt, I encounter an error like this undefined reference to ` qt_version_tag @ Qt _5.7 'associated with the shared lib file. How can I fix this. I am using Qt version 5.6.1. Ubuntu operating system, I compiled lib with qt 5.7. I experienced this error while I try to compile my project in qt 5.6.1.
source
share