mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
examples: Dist header file for the Qt graphics view example
Fixes bug #610832.
This commit is contained in:
parent
63593f5f1e
commit
6de021c56e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ nodist_qtgv_xoverlay_SOURCES = moc_qtgv-xoverlay.cpp
|
|||
moc_%.cpp:%.h
|
||||
moc $< -o $@
|
||||
|
||||
EXTRA_DIST = $(nodist_qtgv_xoverlay_SOURCES:moc_%.cpp=%.h)
|
||||
EXTRA_DIST = $(nodist_qtgv_xoverlay_SOURCES:moc_%.cpp=%.h) qtgv-xoverlay.h
|
||||
CLEANFILES = $(nodist_qtgv_xoverlay_SOURCES)
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue