Is there any way to exclude one file from statement

Qt Code:
  1. SOURCES += ../src/*.cpp
To copy to clipboard, switch view to plain text mode 

I want to join to SOURCES all .cpp files from src dir but without main.cpp