From 534d1d5eae9ed27c354612c0aafd5f5e6b818227 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Thu, 25 Jun 2015 09:17:03 -0700 Subject: Qt: use <> for including the generated ui_*.h files this should make Visual Studio pick up the generated include files from the build directory instead of the source directory (which may contain lefovers from an in-tree build) Change-Id: Ie3de4cdd85a2865e203118a42ab10f443372f03b Reviewed-on: https://code.wireshark.org/review/9129 Petri-Dish: Martin Kaiser Reviewed-by: Anders Broman --- ui/qt/sctp_graph_arwnd_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/sctp_graph_arwnd_dialog.cpp') diff --git a/ui/qt/sctp_graph_arwnd_dialog.cpp b/ui/qt/sctp_graph_arwnd_dialog.cpp index 258cae4955..abaeb5832a 100644 --- a/ui/qt/sctp_graph_arwnd_dialog.cpp +++ b/ui/qt/sctp_graph_arwnd_dialog.cpp @@ -20,7 +20,7 @@ */ #include "sctp_graph_arwnd_dialog.h" -#include "ui_sctp_graph_arwnd_dialog.h" +#include #include "sctp_assoc_analyse_dialog.h" #include -- cgit v1.2.1