Warning, file /education/kwordquiz/src/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #! /bin/sh 0002 LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C -o -name \*.qml` 0003 if test -n "$LIST"; then 0004 $XGETTEXT $LIST rc.cpp -o $podir/kwordquiz.pot 0005 fi