Hi guys.

Yesterday I compilied the QTCore,QTGui,QTXML and QTMain staticly (with static linkage of the MFC libraries).

The compilation of the libraries itself went well but now I'm facing some errors in my VC++ Project.
  1. There was an error in building the *.ui and *.roc files. Qt wanted to copy the ui header in the _QTDIR instead of $QTDIR.I had to manually change that.
  2. All my signal-slot connection aren't working anymore.I get this error: No such signal QAction::activated() in .\k15_leveleditor.cpp:14
  3. The created moc_ and ui_ files won't get added to my VC++ Project. I've got to do that manually,too. (It was automaticly before)


Any suggestions how I can solve these problems?