Folks,
what qmake variables / .pro / libs determine whether qmake generates
OBJECTS_DIR = .obj/debug-shared
or OBJECTS_DIR = ./
in Makefile ?
I used to get .obj/debug-shared with qt-mac-opensource-src-4.1.0,
was happy if clueless;
then I installed
1) qt-mac-opensource-4.3.0.dmg
2) configure + make qt-mac-opensource-src-4.3.0 libs, default no -debug
3) qt-mac-opensource-4.3.0-debug-libs.dmg
and now get
OBJECTS_DIR = ./

which gums up ./*.o ./moc*
(I don't care about debugging for now, just want .obj .moc subdirs).

Thanks
-- denis