undefined reference to `qt_resourceFeatureZlib'
Unsolved
Installation and Deployment
-
Hi,
What kind of project ?
What version of Qt ?
How did you install it ? -
yes ,I also have this problem
i run my app in imx6ull
it show me
“
relocation error: ./App: symbol qt_resourceFeatureZlib version Qt_5 not defined in file libQt5Core.so.5 with link time reference
”
QT version is 5.14 -
@luy3728000 You probably have more than one set of Qt libraries on your device. Is there preinstalled Qt on the device coming with the Linux distribution?
-
Also check the architecture matches between libraries and the application.