Thanks Rhayader for reply.
We're currently using qmake and .pro files to create projects for Visual Studio 2008, but the default solution platform is Win32. Each time the projects are rebuilt, I have to manually change the platform to x64 by going into the configuration manager and duplicating settings from the Win32 solution.

There is any way to automatically create a VS2008 solution configured for a x64 build. Do I need to create my own makespec for QT? Do I need to specify x64-specific VS flags? Does anyone have an example they can post which they have successfully used for creating x64-spec projects?

Thanks Ashish