I was following the tutorial on how to adapt a windows QT project to run on Linux.
When I try to build the code, I get the error: “EXEC : warning : Failure to find: CubicMVCs.h”. But that file is on my windows project, but I don’t know why it does not appear on my linux folder. It appears that the VisualGDB is not copying that header file (actually, when I compare the windows and linux folder, there are several files that are not being copied to the linux side).
I already checked the VisualGDB configuration and set to transfer all files.
Any idea why this is happening?