summaryrefslogtreecommitdiff
path: root/ui/qt/remote_settings_dialog.h
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-08-08 23:14:54 +0100
committerEvan Huus <eapache@gmail.com>2014-08-11 01:54:13 +0000
commit9c799212ac6c7a216504e7f8a40ae237a46469ab (patch)
tree46581b06e8b35f71b652f5116cbbc6cf55a8a87a /ui/qt/remote_settings_dialog.h
parent93e03e671486ad23d386e3473adda4c3b01d43d4 (diff)
downloadwireshark-9c799212ac6c7a216504e7f8a40ae237a46469ab.tar.gz
Fix the CMake QT build
The HAVE_PCAP_REMOTE definition is in config.h, so the .h files that depend on the definition must include it so the MOC compiler will generate the required code. Change-Id: Ifc17db4fc3f0e3323726792308e303d28d8bcc7f Reviewed-on: https://code.wireshark.org/review/3516 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'ui/qt/remote_settings_dialog.h')
-rw-r--r--ui/qt/remote_settings_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/remote_settings_dialog.h b/ui/qt/remote_settings_dialog.h
index c629ce1e37..a8e7b71bd9 100644
--- a/ui/qt/remote_settings_dialog.h
+++ b/ui/qt/remote_settings_dialog.h
@@ -22,6 +22,8 @@
#ifndef REMOTE_SETTINGS_DIALOG_H
#define REMOTE_SETTINGS_DIALOG_H
+#include "config.h"
+
#ifdef HAVE_PCAP_REMOTE
#include <QDialog>
#include "capture_opts.h"