It should be:
This way qmake will generate ui_*.h file automatically every time you change the .ui file.Qt Code:
HEADERS += maker.h FORMS += maker.ui about.uiTo copy to clipboard, switch view to plain text mode
It should be:
This way qmake will generate ui_*.h file automatically every time you change the .ui file.Qt Code:
HEADERS += maker.h FORMS += maker.ui about.uiTo copy to clipboard, switch view to plain text mode
Bookmarks