Hello, I'm trying to compile a qt app with qt4 sdk + tools we've checked into our source control server(p4). Specifically, I've converted the qt4 project (.pro) file into a visual studio project file which is syntatically correct and accepted by VS.
The problem is the location of the resource and MOC compilers. Qmake is configuring the visual studio project file to point to the location on the machine where qt4 was originally built.
When I check out the source, libraries and binaries, they are in a different location. There's a great deal of environemnt variables which affect qt4 + qmake behaviour but I cannot find one which will allow me to override the location of the resource and moc compilers. Can anyone help?