Hi,

I want to define a string in a .pro file. qmake is fine. When I compile the project in VS2010, the compiler complains about VERSION_STRING.

I've tried the following and still get errors.

DEFINES += VERSION_STRING=\\\"4.3\\\"

DEFINES += VERSION_STRING=\\\"'4.3'\\\"

Any help would be greatly appreciated!
ChristineD