qml : no such directory
-
Hello everybody,
in a file Qml I did an import to retrieve a Background.qml
import "../../../libData/qml/Common/"
but the terminal writes :
qrc:/qml/project.qml:4 ""../../../libData/qml/Common/": no such directory
however my Background{
...
}
is recognized thanks to my import "../../../libData/qml/Common/"Do you have an idea ?
thanks
-
Hello everybody,
in a file Qml I did an import to retrieve a Background.qml
import "../../../libData/qml/Common/"
but the terminal writes :
qrc:/qml/project.qml:4 ""../../../libData/qml/Common/": no such directory
however my Background{
...
}
is recognized thanks to my import "../../../libData/qml/Common/"Do you have an idea ?
thanks