mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
Fixed an encoding issue
This commit is contained in:
parent
9498d044f8
commit
320c006827
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ resources.cpp: eliot.qrc $(RESOURCES)
|
|||
rm -f $@ $@.tmp
|
||||
echo "// Note: Lines below generated by Eliot build system" > $@.tmp
|
||||
echo "#include \"qtcommon.h\"" >> $@.tmp
|
||||
echo "#define Q_(a,b) QString::fromUtf8(_(a))" >> $@.tmp
|
||||
echo "#define Q_(a,b) QString::fromLocal8Bit(_(a))" >> $@.tmp
|
||||
$(UIC) -tr "Q_" $< >> $@.tmp
|
||||
sed 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
|
||||
rm -f $@.tmp
|
||||
|
|
Loading…
Reference in a new issue