From f94ca3adaa36226baf2de477101b1d8d8009d017 Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 21 Feb 2013 03:16:02 +0100 Subject: [PATCH] Do not include renamesettingsdialog if building without the udp client --- management-gui/mainwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/management-gui/mainwindow.cpp b/management-gui/mainwindow.cpp index 01bbba7..c97cc78 100644 --- a/management-gui/mainwindow.cpp +++ b/management-gui/mainwindow.cpp @@ -21,7 +21,9 @@ #include "unknownfilelookuptask.h" #include "addrelatedepisodestask.h" #include "reportengine.h" -#include "renamesettingsdialog.h" +#ifndef LOCALMYLIST_NO_ANIDBUDPCLIENT +# include "renamesettingsdialog.h" +#endif #include "reporteditordialog.h" #include -- 2.52.0