Problem with Qt Unit Test
Hello.
I can't compile a Qt Unit Test Project which was created by the wizard (Qt 4.7.3 / Windows - MinGW 4.4 - QtCreator 2.2).
If I hit the run button I get the message:
Quote:
[debug/tst_Qtest03Test.moc] Error 1
file not found
What is the problem?
Re: Problem with Qt Unit Test
The problem is that the Qtest03Test.moc file was not found - simples :)
And seriously - clear the project and run qmake, most of the time it fixes problems with missing *.moc files.
Re: Problem with Qt Unit Test
Quote:
Originally Posted by
Spitfire
And seriously - clear the project and run qmake, most of the time it fixes problems with missing *.moc files.
Unfortunately not :(
It still doesn't work.
Re: Problem with Qt Unit Test
Could you post an example with what you are trying to do ?