moc does not understand all flags; 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} ${CXXFLAGS} -o $@ $< | 	${MOC} -DMOC ${CPPFLAGS} -o $@ $< | ||||||
|  |  | ||||||
| ui_%.hxx: %.ui | ui_%.hxx: %.ui | ||||||
| 	${UIC} -o $@ $< | 	${UIC} -o $@ $< | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user