reduced-foam-extend-coheren.../wmake/rules/General/moc
2023-09-21 17:05:56 +02:00

6 lines
118 B
Text

.SUFFIXES: .qt
qttoo = $(QTDIR)/bin/moc -f $$SOURCE -o $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
.qt.dep:
$(MAKE_DEP)