Commit 514e325d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix "File already exists" failure with moc (closes #941)

parent 1ceb9aa1
......@@ -100,7 +100,7 @@ $(MOCCPP): %.moc.cpp: %.hpp
$(MOC) -o $@ $<
$(UIH): %.h: %.ui
$(install_sh) -d ui
mkdir -p -- ui
@echo "$(UIC) $< -> $@"
rm -f $@
echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@
......
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