]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak bat files
authorEric Bollengier <eric@baculasystems.com>
Wed, 4 Jan 2012 12:54:47 +0000 (13:54 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:22 +0000 (14:50 +0200)
bacula/src/qt-console/README.mingw32
bacula/src/qt-console/job/job.ui
bacula/src/qt-console/make-win32

index 55ada98671a8c3f682ffa78df4f2e695a226c21a..0422c1ffca090961a7e114a947d60f5203fd5812 100644 (file)
@@ -52,11 +52,7 @@ $ wine qt-win-opensource-4.3.5-mingw.exe
  * Install under c:\Qt (no space)
  * no worry about mingw installation
 
-$ cd ~/.wine/drive_c/Qt/4.3.5/
-$ find src -type d -o -name '*.h' | cpio -pmv /tmp/depkgs-mingw32/include
-or 
 $ cp -r ~/.wine/drive_c/Qt/4.3.5/src/    depkgs-mingw32/include
-
 $ cp -r ~/.wine/drive_c/Qt/4.3.5/include depkgs-mingw32/include/qt
 $ cp -r ~/.wine/drive_c/Qt/4.3.5/lib     depkgs-mingw32/lib/qt
 # cp ~/.wine/drive_c/Qt/4.3.5/bin/QtCore4.dll src/win32/release32
index f112a2c513047bca73087d284d74524e99202f73..6f3305cbe632d5736d6c1985eba93f85a510d49c 100644 (file)
        <property name="title">
         <string>Running Information</string>
        </property>
-       <layout class="QGridLayout" name="gridLayout">
+       <layout class="QGridLayout">
         <item row="0" column="0">
          <widget class="QLabel" name="label_14">
           <property name="text">
index 295023ec31c23a0445bb9d40e2e803e3d6b2aa0b..5b1bab2e6e00e4fd5e4f225df8f407b9a57bedd5 100755 (executable)
@@ -1,12 +1,11 @@
 #!/bin/sh
 #
-#  Used to build the Windows version of bat and the tray-monitor 
+#  Used to build the Win32 version of bat
 #
 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
@@ -30,7 +29,6 @@ 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