qt-rules.mk: Fix last fix

This commit is contained in:
Jan Lindemann 2007-10-06 06:48:15 +00:00 committed by Jan Lindemann
commit 9010dde39f

View file

@ -2,7 +2,7 @@ ifeq ($(QT_MAJOR_VERSION),3)
moc_%.cpp: %.h
$(MOC) -o $@ $<
else
moc_%.cpp: ui_%.h
moc_%.cpp: %.h
$(MOC) $(filter -D% -I%,$(strip $(CPPFLAGS))) -o $@ $<
endif