qt tools don't work in fedora/opensuse; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-20 09:42:16 +00:00
parent ba0779fe0b
commit b7a28239d7

View File

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