9ad9175
diff -Naur bacula-9.0.6.old/src/qt-console/bat.pro.in bacula-9.0.6/src/qt-console/bat.pro.in
9ad9175
--- bacula-9.0.6.old/src/qt-console/bat.pro.in	2017-12-07 15:44:44.737173178 +0100
9ad9175
+++ bacula-9.0.6/src/qt-console/bat.pro.in	2017-12-07 15:44:55.118366334 +0100
3c825c1
@@ -6,7 +6,7 @@
80bfa76
 #
80bfa76
 #   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
b5979e3
 #
80bfa76
-CONFIG += qt debug @QWT@
80bfa76
+CONFIG += qt release @QWT@
80bfa76
 
3c825c1
 
9ad9175
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
9ad9175
@@ -15,7 +15,7 @@
80bfa76
 bins.files = bat
9716ec6
 confs.path = /$(DESTDIR)@sysconfdir@
9716ec6
 confs.commands = ./install_conf_file
9716ec6
-help.path = /$(DESTDIR)@docdir@
9716ec6
+help.path = /$(DESTDIR)@htmldir@
9716ec6
 help.files = help/*.html images/status.png images/mail-message-new.png
9716ec6
 
9ad9175
 datarootdir  = @datarootdir@
9289777
diff -Naur bacula-9.0.6.old/src/qt-console/main.cpp bacula-9.0.6/src/qt-console/main.cpp
9289777
--- bacula-9.0.6.old/src/qt-console/main.cpp	2017-12-07 15:44:44.742173271 +0100
9289777
+++ bacula-9.0.6/src/qt-console/main.cpp	2017-12-07 15:44:55.119366353 +0100
9289777
@@ -29,11 +29,11 @@
9289777
 #include <QTranslator>
9289777
 
9289777
 /*
9289777
- * We need Qt version 4.8.4 or later to be able to comple correctly
9289777
+ * We need Qt version 4.6.2 or later to be able to comple correctly
9289777
  */
9289777
-#if QT_VERSION < 0x040804
9289777
+#if QT_VERSION < 0x040602
9289777
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
9289777
-#error "You need Qt version 4.8.4 or later to build Bat"
9289777
+#error "You need Qt version 4.6.2 or later to build Bat"
9289777
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
9289777
 #endif
9289777