From 3b48e54e72e6b72f006fd06400c85ae0755da315 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 25 Oct 2009 11:05:27 +0100 Subject: [PATCH] tweak doc --- bacula/src/qt-console/README.mingw32 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bacula/src/qt-console/README.mingw32 b/bacula/src/qt-console/README.mingw32 index 61bde915d7..5112954ff2 100644 --- a/bacula/src/qt-console/README.mingw32 +++ b/bacula/src/qt-console/README.mingw32 @@ -48,15 +48,15 @@ Get the mingw installation from http://trolltech.com/developer/downloads/qt/wind ftp://ftp.qtsoftware.com/qt/source -$ wine qt-win-opensource-4.4.1-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 ----------- @@ -103,7 +103,7 @@ You'll need mingwm10.dll bat.conf -You can find the Qt dlls in ~/.wine/drive_c/Qt/4.4.1/bin +You can find the Qt dlls in ~/.wine/drive_c/Qt/4.3.5/bin Run Bat with wine ----------------- -- 2.39.5