QtAV
Unsolved
3rd Party Software
-
i am using QtAV but getting this error so please help me:
QQmlApplicationEngine failed to load component
qrc:/main.qml:4 plugin cannot be loaded for module "QtAV": Cannot load library /home/intel/Qt5.7.0/5.7/gcc_64/qml/QtAV/libQmlAV.so: (libswresample.so.2: cannot open shared object file: No such file or directory)at qrc:/main.qml:4 import QtAV1.6
using linux -
Hi,
Do you have libswresample.so.2 on your system ?
Note that QtAV is not part of the Qt framework so you should try contacting the modules author.
-
yes i have libswresample.so.2 on my system
-
Is it in path ?
-
@p3c0 which path
-
@irresistiblecharm library path
-
@p3c0 yes it is in the path i have checked it.
-
In what path is it exactly ?