Problem coming in building the project in Qt 4.8?
-
Either your Qt4.8 build is not correct or you are recomiling moc_*.cpp files which are not rebuilt.
In your Qt 4.8 installation there should be a moc.exe (windows). You can start it from the command prompt with "moc -help" and "moc -v". The second command tells you the version.
What IDE and compiler are you using? -
[quote author="koahnig" date="1330769161"]Either your Qt4.8 build is not correct or you are recomiling moc_*.cpp files which are not rebuilt.
In your Qt 4.8 installation there should be a moc.exe (windows). You can start it from the command prompt with "moc -help" and "moc -v". The second command tells you the version.
What IDE and compiler are you using?
[/quote]ok i will check it