6111889
diff -Naur bacula-11.0.0.old/src/qt-console/bat.pro.in bacula-11.0.0/src/qt-console/bat.pro.in
6111889
--- bacula-11.0.0.old/src/qt-console/bat.pro.in	2021-01-12 12:36:32.639470258 +0100
6111889
+++ bacula-11.0.0/src/qt-console/bat.pro.in	2021-01-12 12:39:13.647417778 +0100
3c825c1
@@ -6,7 +6,7 @@
80bfa76
 #
80bfa76
 #   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
b5979e3
 #
80bfa76
-CONFIG += qt debug @QWT@
80bfa76
+CONFIG += qt release @QWT@
80bfa76
 
9ad9175
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
6111889
 
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
 
6111889
 TEMPLATE     = app
6111889
diff -Naur bacula-11.0.0.old/src/qt-console/main.cpp bacula-11.0.0/src/qt-console/main.cpp
6111889
--- bacula-11.0.0.old/src/qt-console/main.cpp	2021-01-12 12:36:32.640470277 +0100
6111889
+++ bacula-11.0.0/src/qt-console/main.cpp	2021-01-12 12:39:13.647417778 +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