QtQuick.VectorImage is not installed
Unsolved
QML and Qt Quick
-
Hi,
im using Qt 6.8.1 and with that comes QtQuick.VectorImage
On my dev pc my app runs fine, but when deployed it says that QtQuick.VectorImage is not installed.
Not installed means its nowhere to be found in the paths it is expected to be.For a quick fix: which release dll am I supposed to put in what path of my installation folder?
I tried
installdir/plugins/vectorimage/qquickvectorimageplugin.dll
and
installdir/qml/QtQuick/VectorImage/qquickvectorimageplugin.dll
I added the qmldir respectively without success.
but that did not work.For a good fix:
Why is the QtQuick.VectorImage plugin not installed and how can I fix that
It is part of QtQuick so it should be installed with the rest of QtQuick