From 3922acf17b085b9985ce5233f28beb2e5a40a4a0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 31 Dec 2012 15:46:10 +0100 Subject: [PATCH] Require Qt 4.8.1 to build bat --- bacula/src/qt-console/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/qt-console/main.cpp b/bacula/src/qt-console/main.cpp index ce845acefa..5d5a1bf1dd 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.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 -- 2.39.5