qt tools don't work in fedora/opensuse; refs #40
This commit is contained in:
@@ -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 $@ $<
|
||||||
|
Reference in New Issue
Block a user