I have c+= app with custom makefiles. I try import it in Kdevelop project. But when try start build i have next errors:
gcc -o db.o -c -Wall -g -O0 -DDEBUG -I/usr/include -I/usr/local/include -I./ -I../../common
gcc: No input files specified
Yes i understand that at the end of gcc line must be *.cpp file, but he dont wont includ there.
How can i solve the problem?