Quote Originally Posted by Salazaar View Post
HEADERS += maker.h ui_maker.h ui_about.h
It should be:
Qt Code:
  1. HEADERS += maker.h
  2. FORMS += maker.ui about.ui
To copy to clipboard, switch view to plain text mode 
This way qmake will generate ui_*.h file automatically every time you change the .ui file.