PDA

View Full Version : .pro settings for obj subdir



bajarangi
17th April 2009, 13:21
Hi all,

I've got about 30-40 source files, and I'd like to setup
the .pro file to put the compiled OBJ files into a subdirectory
of the project source like duh, ./OBJS

Is there a simple setting in the .pro file to make this happen?

TIA,
-Don

jpn
17th April 2009, 14:22
See OBJECTS_DIR.

bajarangi
17th April 2009, 14:31
JPN -

Thanks for the friendly answer.
I somehow missed that obvious setting. <duh>

best wishes for a happy forever,
-Don