Description
When trying to import a directory from a qrc file like this:
import "qrc:/test"
QmlLivebench outputs the following error:
"qrc:/test": no such directory
In this testcase the qml.qrc contains both the file with the import and the test.qml within the test directory.
In my usecase I have a qrc file in a different project (I have included the path of the qrc in the import paths in QmlLivebench). I need to use the Components in the qrc in multiple projects and would like to hot reload.
Is this not supported?