No rule to make target `findsubtitleswindow.ui', needed by `.ui/ui_findsubtitleswindow.h'.
-
Try to rerun qmake (Build->Run qmake), or, if that fails, clean the output directory and rebuild your project.
Also make sure you have a QT += widgets in your .pro file. Qt5 moved widgets to separate library. -
Hi, What Krzysztof says is perfect. What I usually recommend is to create a new project in QCreator that comes with Qt5. That will set all Qt library things automatic. Then a qmake execution will be done in default.
The problem you discribe is almost always a qmake rerun or new project problem.
Greeetz