File indexing completed on 2024-04-21 04:39:54

0001 #! /usr/bin/env bash
0002 # SPDX-FileCopyrightText: AtCore Authors
0003 # SPDX-License-Identifier: MIT
0004 $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg | grep -v '/unittests/'` >> rc.cpp
0005 $EXTRACT_TR_STRINGS `find . -name \*.cc -o -name \*.cpp -o -name \*.h -name \*.qml | grep -v '/unittests/'` -o $podir/atcore_qt.pot
0006