]> git.sur5r.net Git - bacula/bacula/commitdiff
Require Qt version 4.8.4
authorKern Sibbald <kern@sibbald.com>
Tue, 29 Jan 2013 19:32:02 +0000 (20:32 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:07 +0000 (14:51 +0200)
bacula/src/qt-console/main.cpp

index 5d5a1bf1dd207781d6cc61a1b74ba7d35e1267bc..5214978f8090c2f77965fb73395b64d294f71251 100644 (file)
 #include <QTranslator>
 
 /*
- * We need Qt version 4.8.1 or later to be able to comple correctly
+ * We need Qt version 4.8.4 or later to be able to comple correctly
  */
-#if QT_VERSION < 0x040801
+#if QT_VERSION < 0x040804
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-#error "You need Qt version 4.8.1 or later to build Bat"
+#error "You need Qt version 4.8.4 or later to build Bat"
 #error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
 #endif