File indexing completed on 2024-12-01 04:29:47
0001 #!/bin/sh 0002 # SPDX-FileCopyrightText: None 0003 # SPDX-License-Identifier: CC0-1.0 0004 0005 kdenlive_subdirs="plugins renderer data src src/ui" 0006 0007 $EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/transitions/*.xml data/effects/*.xml data/generators/*.xml data/kdenliveeffectscategory.rc >> rc.cpp 0008 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -a ! -name camcorderfilters.rc -a ! -name externalproxies.rc -o -name \*.ui` >> rc.cpp 0009 0010 $XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h -o -name \*.qml` *.cpp -o $podir/kdenlive.pot 0011 rm -f rc.cpp