How can I add a string define to the preprocessor using qmake? I'm looking for a way to do the following, but it does not work.

DEFINES += MY_DEFINE="FOO BAR"

Please help me.