File indexing completed on 2024-05-12 04:58:40

0001 #! /bin/sh
0002 
0003 XGETTEXT_FLAGS_QML="\
0004 --copyright-holder=This_file_is_part_of_KDE \
0005 --msgid-bugs-address=https://bugs.kde.org \
0006 --from-code=UTF-8 \
0007 -L javascript \
0008 -ki18n:1 -ki18np:1,2 \
0009 "
0010 
0011 $XGETTEXT_PROGRAM $XGETTEXT_FLAGS_QML `find . -name '*.qml' -o -name '*.js'` -o $podir/falkon_helloqml.pot