qt-defs.mk, qt-rules.mk: Several fixes and additions to qt-rules.mk and qt-defs.mk

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-09-06 19:53:44 +00:00
commit 6e1a9b1f22
2 changed files with 9 additions and 5 deletions

View file

@ -4,6 +4,8 @@ moc_%.cpp: %.h
else
moc_%.cpp: %.h
$(MOC) $(filter -D% -I%,$(strip $(BUILD_CPPFLAGS))) -o $@ $<
moc_%.cpp: include/%.h
$(MOC) $(filter -D% -I%,$(strip $(BUILD_CPPFLAGS))) -o $@ $<
endif
rcc_%.cpp: %.qrc