mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
qt: Don't dist files that might not exist
We only require moc building at build time.
This commit is contained in:
parent
2df392541e
commit
523edaf6bd
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ moc_generated = \
|
|||
BUILT_SOURCES = $(moc_generated)
|
||||
CLEANFILES = $(moc_generated)
|
||||
|
||||
nodist_libqtsink_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
libqtsink_la_SOURCES = \
|
||||
gstqsgtexture.cc \
|
||||
qtitem.cc \
|
||||
|
|
Loading…
Reference in a new issue