From: APTX Date: Thu, 21 Feb 2013 02:16:02 +0000 (+0100) Subject: Do not include renamesettingsdialog if building without the udp client X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=f94ca3adaa36226baf2de477101b1d8d8009d017;p=localmylist.git Do not include renamesettingsdialog if building without the udp client --- 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