Makefile error in QT "Makefile Error 3"
-
Hi I recently completed my project I was working on but have ran into a error at last second when building the program. It says "[Makefile:273: Makefile] Error 3" Here is a screenshot of my .pro file.
Is there anything I'm missing? Thank you for any help.
-
@IsaacPrkr
Hi.Maybe this link can help you:
https://stackoverflow.com/questions/35190802/makefile-error-3
It seems your INCLUDEPATH is wrong
-
Hi,
Your SOURCES variables contains non C++ files.
-
I'm not actually sure If I'm importing the project file correctly I clone the repository of a file named gps from my friend, I then go into qtcreator - file - new file or project - import project - import as qmake project - i choose the file i cloned - select all the files in file selection - and then for project management i just click finish. The repository now already contains a .pro file which is that one my friend has now but I dont know how to import a project without overwriting that one if that makes sense. Cause my friend says that one has no errors for him.
-
Why don't you just open the project ?