File indexing completed on 2024-04-14 05:30:26

0001 #! /usr/bin/env bash
0002 $EXTRACTRC `find . -name "*.ui" -o -name "*.rc"` >> rc.cpp
0003 $XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/xdg-desktop-portal-kde.pot
0004 rm -f rc.cpp