I have a C++ Qt 5 project that was written, tested, and built on a windows machine. It works perfectly there. I also have to make the project work on a Linux environment and I was handed a raspberry pi 3 model b. I managed to get Qt 5 on it (I think) and I definitely got Qt creator working on it. Whenever I try to build it, I get an error that states something along the lines of:
Error while building/deploying project projectName (kit: Desktop)
When executing step 'qmake'
I'm new to Qt and raspberry pi, can someone tell me how to fix this problem?