Warning, file /education/ktouch/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 $EXTRACTRC `find src/ui -name *.ui` >> rc.cpp 0003 $EXTRACTRC `find src -name '*.kcfg'` >> rc.cpp 0004 $XGETTEXT rc.cpp `find src/ -name \*.qml -or -name \*.cpp` -o $podir/ktouch.pot 0005 0006