|
From: <gi...@ba...> - 2012-12-31 14:46:31
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula Community source".
The branch, Branch-5.2 has been updated
via 3922acf17b085b9985ce5233f28beb2e5a40a4a0 (commit)
from 6decfe0792db538aa18cb07b2d06aba075e08bf5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3922acf17b085b9985ce5233f28beb2e5a40a4a0
Author: Kern Sibbald <ke...@si...>
Date: Mon Dec 31 15:46:10 2012 +0100
Require Qt 4.8.1 to build bat
-----------------------------------------------------------------------
Summary of changes:
diff --git a/bacula/src/qt-console/main.cpp b/bacula/src/qt-console/main.cpp
index ce845ac..5d5a1bf 100644
--- a/bacula/src/qt-console/main.cpp
+++ b/bacula/src/qt-console/main.cpp
@@ -38,11 +38,11 @@
#include <QTranslator>
/*
- * We need Qt version 4.7.4 or later to be able to comple correctly
+ * We need Qt version 4.8.1 or later to be able to comple correctly
*/
-#if QT_VERSION < 0x040704
+#if QT_VERSION < 0x040801
#error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-#error "You need Qt version 4.7.4 or later to build Bat"
+#error "You need Qt version 4.8.1 or later to build Bat"
#error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
#endif
hooks/post-receive
--
Bacula Community source
|