I know that you can define and undefine some qt options for qmake in .pro file. But in VS there is no .pro file, all settings stored in VS project.
How to define and undefine options? For example I want to undefine qt UNICODE that overrides MSVC UNICODE value. How to do this?