]> git.sur5r.net Git - bacula/bacula/commitdiff
Require latest Qtlibs
authorKern Sibbald <kern@sibbald.com>
Thu, 19 Apr 2012 09:07:18 +0000 (11:07 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 19 Apr 2012 09:07:30 +0000 (11:07 +0200)
bacula/src/qt-console/main.cpp

index 31be9ebc841684d4f2873fa25d30b7dc914e91da..95a9ba295f459d1a0236b8968e8adcf7f88ad5ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2012 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
 #include <QTranslator>
 
 /*
- * We need Qt version 4.6.2 or later to be able to comple correctly
+ * We need Qt version 4.7.4 or later to be able to comple correctly
  */
 #if QT_VERSION < 0x040602
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-#error "You need Qt version 4.6.2 or later to build Bat"
+#error "You need Qt version 4.7.4 or later to build Bat"
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
 #endif