Is it possible to create a .pro file that exposes configuration options.

Example:

Qt Code:
  1. qmake --enable-my-super-fantastic-features
To copy to clipboard, switch view to plain text mode 

I know I can set variables. So if the above is not possible, I can follow that path.