X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fmain.cpp;h=5214978f8090c2f77965fb73395b64d294f71251;hb=795617aa1b4eeb940aff83cd54dd37666c748faf;hp=5d5a1bf1dd207781d6cc61a1b74ba7d35e1267bc;hpb=6b963821de155a913a778ddb7d39a12da2511d19;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/main.cpp b/bacula/src/qt-console/main.cpp index 5d5a1bf1dd..5214978f80 100644 --- a/bacula/src/qt-console/main.cpp +++ b/bacula/src/qt-console/main.cpp @@ -38,11 +38,11 @@ #include /* - * 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