moc does not understand all flags; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-26 09:19:31 +00:00
parent 4228168aba
commit 22d3685846

View File

@@ -42,7 +42,7 @@ rebuild-ts: ${LANG_TS}
${RCC} -o $@ $<
moc_%.cxx: %.hxx
${MOC} -DMOC ${CPPFLAGS} ${CXXFLAGS} -o $@ $<
${MOC} -DMOC ${CPPFLAGS} -o $@ $<
ui_%.hxx: %.ui
${UIC} -o $@ $<