#!/bin/sh
find . -name "*.[ch]" | sed s,^\.\/,, | grep -v ^config\\.h | grep -v lqt_version\\.h > po/POTFILES.in
