qtquick2plugin not found
-
I am running my executable on Windows with QML_IMPORT_TRACE enabled. I am seeing the following error message in the output log:
qt.qml.import: resolvePlugin Could not resolve dynamic plugin with base name "qtquick2plugin" in ":/qt-project.org/imports/QtQuick" file does not exist
Any idea about the cause/fix for the issue?
-
I am running in the same problem using linux and Qt6.8.
"Could not resolve dynamic plugin with base name "qtquick2plugin" in ":/qt-project.org/imports/QtQuick" file does not exist"
The lib "libqtquick2plugin.so" exists within the qml/QtQuick dir, also the QT_PLUGIN_PATH variable contains that folder so it should be found. QML_IMPORT_PATH is also set to the folder "qml".
Did you manage to solve the problem @jaquilio ? -
I am running in the same problem using linux and Qt6.8.
"Could not resolve dynamic plugin with base name "qtquick2plugin" in ":/qt-project.org/imports/QtQuick" file does not exist"
The lib "libqtquick2plugin.so" exists within the qml/QtQuick dir, also the QT_PLUGIN_PATH variable contains that folder so it should be found. QML_IMPORT_PATH is also set to the folder "qml".
Did you manage to solve the problem @jaquilio ?