]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Win32 tray-monitor build
authorKern Sibbald <kern@sibbald.com>
Fri, 25 Nov 2011 07:52:09 +0000 (08:52 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:17 +0000 (14:50 +0200)
bacula/src/qt-console/bat.pro.mingw32.in
bacula/src/qt-console/make-win32
bacula/src/qt-console/tray-monitor/tray-monitor.pro.in

index dbf3236c5bcb0abd0cf9a359e4f452d9c0ea4a36..1f2c71d70b02f90ea156176887643076b70d9eab 100644 (file)
@@ -2,7 +2,7 @@
 #
 # !!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 #
-# Edit only bat.pro.miingw32.in  -- bat.pro.mingw32 is built by the ./configure program
+# Edit only bat.pro.mingw32.in  -- bat.pro.mingw32 is built by the ./configure program
 #
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 #    
index 5b1bab2e6e00e4fd5e4f225df8f407b9a57bedd5..295023ec31c23a0445bb9d40e2e803e3d6b2aa0b 100755 (executable)
@@ -1,11 +1,12 @@
 #!/bin/sh
 #
-#  Used to build the Win32 version of bat
+#  Used to build the Windows version of bat and the tray-monitor 
 #
 rm -f debug/bat.exe
 if test -f ../config.h ; then
    mv -f ../config.h ../config.h.orig
 fi
+# Create bat Makefile.mingw32
 qmake -spec win32 -unix -o Makefile.mingw32 bat.pro.mingw32
 echo "Make Windows bat"
 make -j3 -f Makefile.mingw32 $1
@@ -29,6 +30,7 @@ fi
 
 cd tray-monitor
 rm -f release/bacula-tray-monitor.exe debug/bacula-tray-monitor.exe
+# Create tray-monitor Makefile.mingw32
 qmake -spec ../win32 -unix -o Makefile.mingw32 tray-monitor.pro
 echo "Make Windows tray-monitor"
 make -j3 -f Makefile.mingw32 $1
index 19863c29b6d440dda65bf41d3955bb40f1b1ed3d..3ae813a00c97a4aa506a61c0e669085407c957c7 100644 (file)
@@ -6,7 +6,8 @@
 #
 #  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 #    
-CONFIG += qt
+CONFIG += qt cross-win32
+#CONFIG += qt debug 
 
 cross-win32 {
   LIBS       +=  -mwindows -L../../win32/release32 -lbacula