Lowering the QT version is still needed for RHEL 6.
This reverts commit 8071117968
.
This commit is contained in:
parent
e7a0671986
commit
928977760b
@ -19,3 +19,21 @@ diff -Naur bacula-9.0.6.old/src/qt-console/bat.pro.in bacula-9.0.6/src/qt-consol
|
|||||||
help.files = help/*.html images/status.png images/mail-message-new.png
|
help.files = help/*.html images/status.png images/mail-message-new.png
|
||||||
|
|
||||||
datarootdir = @datarootdir@
|
datarootdir = @datarootdir@
|
||||||
|
diff -Naur bacula-9.0.6.old/src/qt-console/main.cpp bacula-9.0.6/src/qt-console/main.cpp
|
||||||
|
--- bacula-9.0.6.old/src/qt-console/main.cpp 2017-12-07 15:44:44.742173271 +0100
|
||||||
|
+++ bacula-9.0.6/src/qt-console/main.cpp 2017-12-07 15:44:55.119366353 +0100
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user