PDA

View Full Version : Problem with missing signals after static compiling of QT



LuckyBlade
28th January 2011, 20:12
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.

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.
All my signal-slot connection aren't working anymore.I get this error: No such signal QAction::activated() in .\k15_leveleditor.cpp:14
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?