File indexing completed on 2025-02-16 14:25:45

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