]> git.sur5r.net Git - bacula/bacula/commitdiff
bat not installed even if configured. Fix by working
authorKern Sibbald <kern@sibbald.com>
Thu, 14 May 2009 10:21:13 +0000 (10:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 May 2009 10:21:13 +0000 (10:21 +0000)
     around apparent bug in qmake

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8824 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/bat.pro.in
bacula/src/version.h
bacula/technotes

index b779743e940331762c7c6857e580f925cee79938..046bbad51e6d5b34704dae89b042d681225042a3 100644 (file)
@@ -157,7 +157,7 @@ SOURCES += status/storstat.cpp
 HEADERS += util/fmtwidgetitem.h util/comboutil.h
 SOURCES += util/fmtwidgetitem.cpp util/comboutil.cpp
 
-INSTALLS += bins
+INSTALLS = bins
 INSTALLS += confs
 INSTALLS += help
 
index 91a53c34c7c3a9c236a2a5facf9fb79d020f176d..501b624e00a427fb5e8db9b64c6cc54ac8a0e980 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.0.1"
-#define BDATE   "13 May 2009"
-#define LSMDATE "13May09"
+#define VERSION "3.0.2"
+#define BDATE   "14 May 2009"
+#define LSMDATE "14May09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
@@ -46,7 +46,7 @@
 #define TRACE_FILE 1
 
 /* If this is set stdout will not be closed on startup */
-/* #define DEVELOPER 1 */
+#define DEVELOPER 1
 
 /*
  * SMCHECK does orphaned buffer checking (memory leaks)
index c37e3f21dee55e34c92bc9576240c64110dd3c97..c0b43891134340dd9aa227946ffd9b59d906cec5 100644 (file)
@@ -2,6 +2,9 @@
           
 General:
 
+14May09
+kes  bat not installed even if configured. Fix by working
+     around apparent bug in qmake.
 13May09
 ebl  Turn on lockmanager when using DEVELOPER flag
 07May09