autotools: Fix build for unknown Qt interface

Change-Id: Ibba717da1fa6cf9b87fc1972e83b0e637e54fd80
Reviewed-on: https://code.wireshark.org/review/24324
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-11-09 16:05:55 +00:00 committed by João Valverde
parent 3996701183
commit 3bc743a9fd
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#include <epan/proto.h>
#include <ui/qt/utils/data_printer.h>
#include "data_printer.h"
#include <QObject>

View File

@ -32,7 +32,7 @@
#include <ui/qt/capture_file.h>
#include <ui/qt/utils/data_printer.h>
#include "data_printer.h"
#include <QObject>