tst_testdigitron.moc file not found
Moved
Unsolved
General and Desktop
-
Hi. 👋
I have a problem with building the test project because it can't detect tst_testdigitron.moc file. Maybe this file isn't generated.
How can I fix this?
-
Hi,
Are you using qmake or CMake to manage your test project ?
Do you have the
Q_OBJECT
macro in your test class ? -