cd src/qt-console
    echo "Creating bat Makefile"
+   touch bat
    $QMAKEBIN
    make clean
    cd ${BUILD_DIR}
 
 
    cd src/qt-console
    echo "Creating bat Makefile"
+   touch bat
    $QMAKEBIN
    make clean
    cd ${BUILD_DIR}
 
 CONFIG += qt debug @QWT@
 
 bins.path = /$(DESTDIR)@sbindir@
-bins.files = ./bat
+bins.files = bat
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file   
 help.path = /$(DESTDIR)@htmldir@
 HEADERS += util/fmtwidgetitem.h util/comboutil.h
 SOURCES += util/fmtwidgetitem.cpp util/comboutil.cpp
 
-INSTALLS = bins
-INSTALLS += confs
-INSTALLS += help
+INSTALLS = bins confs help
 
 QMAKE_EXTRA_TARGETS += depend
 
 
 
 #undef  VERSION
 #define VERSION "3.0.2"
-#define BDATE   "14 May 2009"
-#define LSMDATE "14May09"
+#define BDATE   "15 May 2009"
+#define LSMDATE "15May09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
 
           
 General:
 
+15May09
+kes  Yet another attempt to get qmake to generate valid Makefiles
+     that installs the binaries. It seems to require the binary to
+     exist at qmake time :-(
 14May09
 kes  Apply fix to sql_cmds.c suggested by
      Ulrich Leodolter <ulrich.leodolter at obvsg.at>