How can and where should I add gcc command line options in QtCreator?
example:

I want to run a program in QT which otherwise runs like this in terminal:
Qt Code:
  1. gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-0.10`
To copy to clipboard, switch view to plain text mode 

Where should I add the string `pkg-config --cflags --libs gstreamer-0.10` ??