]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/README.mingw32
Massive bat notifier rewrite + fix seg fault + implement text input dialog
[bacula/bacula] / bacula / src / qt-console / README.mingw32
index cc8a75604eaada98cfa316570348098de5948dc3..0422c1ffca090961a7e114a947d60f5203fd5812 100644 (file)
@@ -45,16 +45,18 @@ Install QT for mingw
 
 Get the mingw installation from http://trolltech.com/developer/downloads/qt/windows
 (Try to get the same version than your linux installation)
+ftp://ftp.qtsoftware.com/qt/source
 
-$ wine qt-win-opensource-4.4.0-mingw.exe
+
+$ wine qt-win-opensource-4.3.5-mingw.exe
  * Install under c:\Qt (no space)
  * no worry about mingw installation
 
-$ cp -r ~/.wine/drive_c/Qt/4.4.1/src/    depkgs-mingw32/include
-$ cp -r ~/.wine/drive_c/Qt/4.4.1/include depkgs-mingw32/include/qt
-$ cp -r ~/.wine/drive_c/Qt/4.4.1/lib     depkgs-mingw32/lib/qt
-# cp ~/.wine/drive_c/Qt/4.4.1/bin/QtCore4.dll src/win32/release32
-# cp ~/.wine/drive_c/Qt/4.4.1/bin/QtGui4.dll src/win32/release32
+$ 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
+# cp ~/.wine/drive_c/Qt/4.3.5/bin/QtGui4.dll src/win32/release32
 
 MINGW setup
 -----------
@@ -76,6 +78,8 @@ Compile bat
 -----------
 
 $ cd bacula/src/qt-console
+$ export DEPKGS="directory above cross-tools and depkgs"
+$ ./make-win32 clean
 $ ./make-win32
 
 Cleanup
@@ -101,7 +105,7 @@ You'll need
    mingwm10.dll
    bat.conf
 
-You can find the Qt dlls in ~/.wine/drive_c/Qt/4.4.0/bin
+You can find the Qt dlls in ~/.wine/drive_c/Qt/4.3.5/bin
 
 Run Bat with wine
 -----------------