]> git.sur5r.net Git - bacula/bacula/commitdiff
Require Qt 4.8.1 to build bat
authorKern Sibbald <kern@sibbald.com>
Mon, 31 Dec 2012 14:46:10 +0000 (15:46 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:07 +0000 (14:51 +0200)
bacula/src/qt-console/main.cpp

index ce845acefaa5a6490208c80ddb667c07d4487f89..5d5a1bf1dd207781d6cc61a1b74ba7d35e1267bc 100644 (file)
 #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