28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
|
diff -Naur bacula-5.2.7.old/src/qt-console/bat.pro.in bacula-5.2.7/src/qt-console/bat.pro.in
|
||
|
--- bacula-5.2.7.old/src/qt-console/bat.pro.in 2012-06-04 13:45:31.454418944 +0200
|
||
|
+++ bacula-5.2.7/src/qt-console/bat.pro.in 2012-06-04 13:47:37.730768564 +0200
|
||
|
@@ -6,7 +6,7 @@
|
||
|
#
|
||
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
#
|
||
|
-CONFIG += qt debug @QWT@
|
||
|
+CONFIG += qt release @QWT@
|
||
|
|
||
|
bins.path = /$(DESTDIR)@sbindir@
|
||
|
bins.files = bat
|
||
|
diff -Naur bacula-5.2.7.old/src/qt-console/main.cpp bacula-5.2.7/src/qt-console/main.cpp
|
||
|
--- bacula-5.2.7.old/src/qt-console/main.cpp 2012-06-04 13:45:31.446418795 +0200
|
||
|
+++ bacula-5.2.7/src/qt-console/main.cpp 2012-06-04 13:46:28.959489349 +0200
|
||
|
@@ -40,9 +40,9 @@
|
||
|
/*
|
||
|
* We need Qt version 4.7.4 or later to be able to comple correctly
|
||
|
*/
|
||
|
-#if QT_VERSION < 0x040704
|
||
|
+#if QT_VERSION < 0x040602
|
||
|
#error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||
|
-#error "You need Qt version 4.7.4 or later to build Bat"
|
||
|
+#error "You need Qt version 4.6.2 or later to build Bat"
|
||
|
#error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||
|
#endif
|
||
|
|