Qt Creator draws up build issue: "target pattern contains no %. Stop."
        Posted  
        
            by 
                Louis93
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Louis93
        
        
        
        Published on 2012-07-01T21:10:53Z
        Indexed on 
            2012/07/01
            21:15 UTC
        
        
        Read the original article
        Hit count: 336
        
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!
© Stack Overflow or respective owner