PDA

View Full Version : Set Working Directory in VS



Lele
14th February 2008, 11:37
Hi,
Is it possible to specify the working directory of the project in the .pro file.
I don't mean when the application is running, just to have the working directory specified in the Visual Studio propeerties of the project.

thanks in advance

bye

jpn
20th February 2008, 17:03
qmake is able to work outside source directory so I'd try generating the Visual Studio project file like this:


> mkdir foor
> cd foo
> qmake -tp vc ..\path\to\project\file.pro