Jacek,
qmake 'OBJECT_DIR = .obj'
doesn't mkdir .obj and doesn't do .moc;
sure you could do that yourself,
but the question is, what turns .obj/debug-shared on/off ?
Thanks
Jacek,
qmake 'OBJECT_DIR = .obj'
doesn't mkdir .obj and doesn't do .moc;
sure you could do that yourself,
but the question is, what turns .obj/debug-shared on/off ?
Thanks
It turns out that "configure" on macs generates a 30-line
.../qt-mac-opensource-src-4.3.0/.qmake.cache
which qmake uses -- unless it's gone, e.g. not in the .dmg release,
arrrrrrrrgh.
(A modest suggestion for qmake people: put it in mkspecs/macxx instead).
Bookmarks