Qt Creator draws up build issue: "target pattern contains no %. Stop."
- by Louis93
The compile output says no% in line 240 of the makefile.
Here is an extract of that portion in the Makefile:
debug/lv.simplon.class.o: c:/SimplonQt/include/lv.simplon.class.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/lv.simplon.class.o c:/SimplonQt/include/lv.simplon.class.cpp
I'm loading a project I have saved in my C drive in Windows, but I am not sure what exactly is the cause of the problem.
Thanks in advance!