811809
diff -Naur bacula-5.2.13.old/src/qt-console/bat.pro.in bacula-5.2.13/src/qt-console/bat.pro.in
811809
--- bacula-5.2.13.old/src/qt-console/bat.pro.in	2013-02-19 20:21:35.000000000 +0100
811809
+++ bacula-5.2.13/src/qt-console/bat.pro.in	2013-02-20 09:45:44.110033340 +0100
811809
@@ -6,13 +6,13 @@
811809
 #
811809
 #   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
811809
 #    
811809
-CONFIG += qt debug @QWT@
811809
+CONFIG += qt release @QWT@
811809
 
811809
 bins.path = /$(DESTDIR)@sbindir@
811809
 bins.files = bat
811809
 confs.path = /$(DESTDIR)@sysconfdir@
811809
 confs.commands = ./install_conf_file
811809
-help.path = /$(DESTDIR)@docdir@
811809
+help.path = /$(DESTDIR)@htmldir@
811809
 help.files = help/*.html images/status.png images/mail-message-new.png
811809
 
811809
 TEMPLATE     = app
811809
diff -Naur bacula-5.2.13.old/src/qt-console/main.cpp bacula-5.2.13/src/qt-console/main.cpp
811809
--- bacula-5.2.13.old/src/qt-console/main.cpp	2013-02-19 20:21:35.000000000 +0100
811809
+++ bacula-5.2.13/src/qt-console/main.cpp	2013-02-20 09:46:19.556679571 +0100
811809
@@ -40,9 +40,9 @@
811809
 /*
811809
  * We need Qt version 4.8.4 or later to be able to comple correctly
811809
  */
811809
-#if QT_VERSION < 0x040804
811809
+#if QT_VERSION < 0x040602
811809
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
811809
-#error "You need Qt version 4.8.4 or later to build Bat"
811809
+#error "You need Qt version 4.6.2 or later to build Bat"
811809
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
811809
 #endif
811809