6 lines
58 B
Text
6 lines
58 B
Text
|
CLEANFILES = moc_*.cpp
|
||
|
|
||
|
moc_%.cpp: %.h
|
||
|
$(MOC) $< -o $@
|
||
|
|