openfoam/wmake/rules/General/moc
2008-04-15 18:56:58 +01:00

7 lines
119 B
Plaintext

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