Qt 6.11 is out! See what's new in the release
blog
Qt 5.7 moc file missing
-
-
Hi,
You should add which version of Qt you are using, your platform and compiler.
-
Now I also receive an error message:
"C:\Programming\Projects\Folkfriends_1_0\additem.cpp:75: error: no matching function for call to 'Additem::connect(QLineEdit*&, const char*, Additem*, const char*)'
connect(ui->LineEdit_Name, SIGNAL(editingFinished()),this, SLOT(readAndValidate ()));"I get the same error message for all Signals and Slots. They all worked yesterday.
-
Did you try to delete the build directory and do a complete rebuild (after running qmake)?
-
Try deleting the directory build_** generated by the compiler , and try to compile again ...