summaryrefslogtreecommitdiff
path: root/tools/MocMaker
blob: da34900a0135e6d9abb3d01f8923c12784bb51a6 (plain)
1
2
3
# -*- mode: shell-script; sh-shell: bash; sh-indentation: 2 -*-
echo -ne "\n"
for file in `grep "Q_OBJECT" *.h | cut -d: -f1 | cut -d'/' -f3 | xargs echo`; do echo -e "moc_${file%.h}.cpp: $file\n\t@\${MOC} $file -o moc_${file%.h}.cpp\n"; done