jdl
jdl

Reputation: 6323

qt: No rule to make target '/mainwindow.ui', needed by 'ui_mainwindow.h'.?

No rule to make target '/mainwindow.ui', needed by 'ui_mainwindow.h'. Stop. file not found

I am using this project: https://github.com/doc-sparks/Interface/tree/v0.1

??

Upvotes: 3

Views: 9652

Answers (1)

phyatt
phyatt

Reputation: 19102

Do a build clean, and run qmake again, and make sure there aren't any ui files or references to a ui file in your code.

Looking through your github repo, it didn't look like there was one, but maybe in your branch there is.

Hope that helps.

Upvotes: 3

Related Questions