40 lines
1.4 KiB
Diff
40 lines
1.4 KiB
Diff
diff -Naur bacula-9.0.0.old/src/qt-console/bat.pro.in bacula-9.0.0/src/qt-console/bat.pro.in
|
|
--- bacula-9.0.0.old/src/qt-console/bat.pro.in 2017-07-10 08:52:38.933834565 +0200
|
|
+++ bacula-9.0.0/src/qt-console/bat.pro.in 2017-07-10 08:59:45.545902183 +0200
|
|
@@ -6,7 +6,7 @@
|
|
#
|
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
#
|
|
-CONFIG += qt debug @QWT@
|
|
+CONFIG += qt release @QWT@
|
|
|
|
datarootdir = @datarootdir@
|
|
|
|
@@ -14,7 +14,7 @@
|
|
bins.files = bat
|
|
confs.path = /$(DESTDIR)@sysconfdir@
|
|
confs.commands = ./install_conf_file
|
|
-help.path = /$(DESTDIR)@docdir@
|
|
+help.path = /$(DESTDIR)@htmldir@
|
|
help.files = help/*.html images/status.png images/mail-message-new.png
|
|
|
|
TEMPLATE = app
|
|
diff -Naur bacula-9.0.0.old/src/qt-console/main.cpp bacula-9.0.0/src/qt-console/main.cpp
|
|
--- bacula-9.0.0.old/src/qt-console/main.cpp 2017-07-10 08:52:38.933834565 +0200
|
|
+++ bacula-9.0.0/src/qt-console/main.cpp 2017-07-10 09:48:57.479241154 +0200
|
|
@@ -29,11 +29,11 @@
|
|
#include <QTranslator>
|
|
|
|
/*
|
|
- * We need Qt version 4.8.4 or later to be able to comple correctly
|
|
+ * We need Qt version 4.6.2 or later to be able to comple correctly
|
|
*/
|
|
-#if QT_VERSION < 0x040804
|
|
+#if QT_VERSION < 0x040602
|
|
#error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
|
-#error "You need Qt version 4.8.4 or later to build Bat"
|
|
+#error "You need Qt version 4.6.2 or later to build Bat"
|
|
#error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
|
#endif
|
|
|