]> Some of my projects - localmylist.git/commitdiff
Do not include renamesettingsdialog if building without the udp client
authorAPTX <marek321@gmail.com>
Thu, 21 Feb 2013 02:16:02 +0000 (03:16 +0100)
committerAPTX <marek321@gmail.com>
Thu, 21 Feb 2013 02:16:02 +0000 (03:16 +0100)
management-gui/mainwindow.cpp

index 01bbba72a8784db9c4a6040cb7dd0d2a5177c361..c97cc78749f9c19dbfa166584f3373ba5750625a 100644 (file)
@@ -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 <QDebug>