cannot find -lQt5Quick , -lQt5Qml and -lQt5XmlPatterns
Unsolved
Installation and Deployment
-
Hi,
I am getting the below error while building source code from the Ubuntu Terminal.
/usr/bin/ld: cannot find -lQt5Quick
/usr/bin/ld: cannot find -lQt5Qml
/usr/bin/ld: cannot find -lQt5XmlPatternsAny pointers will be helpful. Thank you.
-
@AkshayChoudhari
try remove -l when you try to find the library on your system -
@AkshayChoudhari said in cannot find -lQt5Quick , -lQt5Qml and -lQt5XmlPatterns:
Qt5Qml
.so file are present on below location: "/opt/Qt5.6.3/5.6.3/gcc_64/lib".
But don't know why it is not found at compile time. -
@AkshayChoudhari
Add in your PRO file
QT *= quickwidgets qml quickCheck, maybe not all keys are needed for you
-
@CP71 said in cannot find -lQt5Quick , -lQt5Qml and -lQt5XmlPatterns:
QT *= quickwidgets qml quick
QT += quickwidgets qml quick