mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
qt: fix build some more when QPA is not available
Compiler would complain about include directory that didn't exist because QPA_INCLUDE_PATH gets subst-ed regardless (and if it didn't we'd have just an empty -I argument). https://bugzilla.gnome.org/show_bug.cgi?id=767553
This commit is contained in:
parent
04fd6dc6c4
commit
474ece7683
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ libgstqtsink_la_SOURCES = \
|
|||
libgstqtsink_la_CXXFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
-I$(QPA_INCLUDE_PATH) \
|
||||
$(GST_CXXFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue