Commit 1fd11f79 authored by Felix Paul Kühne's avatar Felix Paul Kühne

qt4: don't use CPPFLAGS for moc, since it isn't necessary and just creates trouble on Mac

parent c713e014
......@@ -206,7 +206,7 @@ resources.cpp: vlc.qrc $(DEPS_res)
$(AM_V_GEN)$(RCC) -name vlc -o $@ $<
.hpp.moc.cpp:
$(moc_verbose)$(MOC) $(DEFS) $(CPPFLAGS) -I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
$(moc_verbose)$(MOC) $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) `$(VLC_CONFIG) --cppflags plugin qt4` -o $@ $<
.ui.h:
$(AM_V_at)mkdir -p -- ui
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment