mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
qt: don't use CPPFLAGS for tools that cannot use them
For example moc will bail out when given arguments it does not know about. The moc specific MOC_CPPFLAGS can still be used to pass flags to moc. https://bugzilla.gnome.org/show_bug.cgi?id=754466
This commit is contained in:
parent
e29df60665
commit
5f8a587ddc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ libgstqtsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|||
|
||||
|
||||
$(moc_generated): moc_%.cc: %.h
|
||||
@MOC@ -o $@ $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(MOC_CPPFLAGS) $<
|
||||
@MOC@ -o $@ $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(MOC_CPPFLAGS) $<
|
||||
|
||||
ui-%.h: %.ui
|
||||
@UIC@ -o $@ $<
|
||||
|
|
Loading…
Reference in a new issue