Cannot use QtAV in QML
Unsolved
3rd Party Software
-
I have installed QtAV following the instructions at this link https://github.com/wang-bin/QtAV/wiki/Deploy-SDK-Without-Building-QtAV. I have added
QT += av avwidgets
. I am able to build the project, but I cannot use the module QtAV in QML.
In my QML I wrote:import QtQV 1.6
, but when I try to run the project I get the following errormodule "QtAV" is not installed
-
Hi,
You should contact the project author for that question since you seem to be using his pre-built package.