mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Autotools: use silent rule for moc in src/support.
This commit is contained in:
parent
17a53bbcf9
commit
b250eb5a46
@ -20,7 +20,7 @@ CLEANFILES = $(MOCEDFILES)
|
||||
BUILT_SOURCES = $(MOCEDFILES)
|
||||
|
||||
moc_%.cpp: %.h
|
||||
$(QT_MOC) -o $@ $<
|
||||
$(AM_V_GEN)$(QT_MOC) -o $@ $<
|
||||
|
||||
liblyxsupport_a_DEPENDENCIES = $(MOCEDFILES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user