Commit f5a1e36b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Fix error in a previous commit.

parent d3100ba4
...@@ -109,7 +109,7 @@ $(UIH): %.h: %.ui ...@@ -109,7 +109,7 @@ $(UIH): %.h: %.ui
echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@.uih-tmp echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@.uih-tmp
$(UIC) -tr "Q_" $< >> $@.uih-tmp $(UIC) -tr "Q_" $< >> $@.uih-tmp
sed -i -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.uih-tmp sed -i -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.uih-tmp
mv $@.uih.tmp $@ mv $@.uih-tmp $@
SOURCES_qt4 = qt4.cpp \ SOURCES_qt4 = qt4.cpp \
menus.cpp \ menus.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment