No rule to make target qrc_qml.cpp
-
@elicat said in No rule to make target qrc_qml.cpp:
<file>mycomponent/MyDelagateFieldEdit.qml</file>
MyDelAgate.qml is really correct? Sure it shouldnt be MyDelEgate.qml?
-
@raven-worx I'm sure. The name is wrong but in the file edit.qml is correct :
. . . . import "./mycomponent" . . . . model: myModelEdit delegate: MyDelagateFieldEdit {} onCurrentIndexChanged: { . . . .
-
@elicat
it may be "correct" in the qml file, but your error is already raised at compile time.
My last question is, is the file (in the filesystem) really named like in the qrc file?
If your answers were really correct i have no idea. It has to be something with mismatching filename/path, thats what the error says. -
@raven-worx said in No rule to make target qrc_qml.cpp:
@elicat
it may be "correct" in the qml file, but your error is already raised at compile time.
My last question is, is the file (in the filesystem) really named like in the qrc file?
If your answers were really correct i have no idea. It has to be something with mismatching filename/path, thats what the error says.Good morning, It's what I always thought too. But I can not find it. Where do I see if the name in the file system is correct?
-
@elicat said in No rule to make target qrc_qml.cpp:
Where do I see if the name in the file system is correct?
are you kidding me?!?
Navigate to the folder and check if the file is named correctly -
@raven-worx said in No rule to make target qrc_qml.cpp:
are you kidding me?!?
absolutely no, you have patience. I thought there was something else.
however, the post I did it because I copied a project from a computer, where it works to another and I have not changed anything except the position of compiling the project. That's why I can not understand what's missing.
I try to check for the tenth time. -
@elicat said in No rule to make target qrc_qml.cpp:
I copied a project from a computer, where it works to another and I have not changed anything except the position of compiling the project
what did you copy? Also the build directory and the .pro.user file?
-
@raven-worx I have copy all directory of project and after i have removed *.pro.user. When project after this, request configure.
-
@elicat said in No rule to make target qrc_qml.cpp:
When project after this, request configure.
yes that's normal behavior. The .pro.user file should always only be used on the machine it was created.