From d20629e0f087c8e1aff261a7a15d0a8aac83e54b Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 2 Jan 2018 11:19:55 +0100 Subject: Build: Fix Ubuntu moc build Includepaths for moc where not correctly applied Change-Id: I1e3df133736372f3e4139957dc2e426f51764c86 Reviewed-on: https://code.wireshark.org/review/25108 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- ui/qt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am index 0ea1cec1d5..6c467895c4 100644 --- a/ui/qt/Makefile.am +++ b/ui/qt/Makefile.am @@ -775,7 +775,7 @@ SUFFIXES = .moc.cpp # $(MOC) $< -o $@ # .h.moc.cpp: - $(AM_V_MOC)$(MOC) $(MOC_OPTIONS) -I.. -I../.. -o $@ $< + $(AM_V_MOC)$(MOC) $(MOC_OPTIONS) -I.. -I../.. $(INCLUDEDIRS) -o $@ $< qrc_about.cpp: ../../image/about.qrc $(AM_V_RCC)$(RCC) $(RCC_OPTIONS) -name about -o $@ $< -- cgit v1.2.3