From 1b3ae81e9ef337e55be170d8afbf2361d0e4d7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 18 Feb 2016 11:11:25 +0000 Subject: autotools: Use Qt flags only for building Qt GUI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I041e2fab6de948c803cc059e78358077000efee8 Reviewed-on: https://code.wireshark.org/review/14006 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 140f95bfb2..1401d7dda0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -429,6 +429,7 @@ wireshark_LDADD = \ ui/qt/libqtui.a \ $(wireshark_common_ldadd) \ @Qt_LIBS@ +wireshark_CPPFLAGS = $(AM_CPPFLAGS) $(Qt_CFLAGS) endif if HAVE_GTK -- cgit v1.2.3