reduced-foam-extend-coheren.../wmake/rules/General/moc

7 lines
118 B
Text
Raw Normal View History

2023-09-21 15:05:56 +00:00
.SUFFIXES: .qt
qttoo = $(QTDIR)/bin/moc -f $$SOURCE -o $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
.qt.dep:
$(MAKE_DEP)