Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> So it is QContentPane_moc.C shat should get config.h then. | | Lars> moc -f<incfile> does not do what we want? | | No, this does not do that.
It does here... /**************************************************************************** ** LengthCombo meta object code from reading C++ file 'lengthcombo.h' ** ** Created: Wed Aug 16 20:13:10 2006 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.6 edited Mar 8 17:43 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include <config.h> #include "../lengthcombo.h" #include <qmetaobject.h> #include <qapplication.h> ... -- Lgb