delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kstyles / Messages.sh
blob9f200d5812d8313fb11286f7d08ebe9244c35d2f
1 #! /usr/bin/env bash
2 find -name "*.cpp" -print > files
3 find -name "*.cc" -print >> files
4 find -name "*.h" -print >> files
5 $XGETTEXT --files-from=files -o $podir/kstyle_config.pot
6 rm -f files