I have the following files in my folder: ``` test.c test.cpp ``` Now I add them as `SRC += test.cpp`. If a `.c` file with the same name exists, it tries to compile the c file instead.