PDA

View Full Version : qmake issue with UIC



rickbsgu
7th February 2008, 01:43
Qt4.3.2, Mac OS 10.4.11

Having some trouble with uic generated headers.

I'm doing the "subclassing" technique, subclassing the .h output file from
the UIC compiler into a working class.

When I do the make, I get a bunch of errors: uic-generated header doesn't contain meta-* stuff.

Which (I'm pretty sure) means it didn't get moc'ed.

The output file from UIC is named "ui_<name>.h". I've added that output file to my HEADERS list, but I can't get qmake to see it - it won't generate the moc sections for the "ui_<name>.h" in the Makefile.

Any workarounds for this?

thanx,
rickb

rickbsgu
7th February 2008, 02:07
Woops -

Never mind. A little RTFM on my part.

rickb