]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/README.mingw32
update configure
[bacula/bacula] / bacula / src / qt-console / README.mingw32
index 5112954ff25c0600b99421528aa9fb1cb7970a33..55ada98671a8c3f682ffa78df4f2e695a226c21a 100644 (file)
@@ -52,7 +52,11 @@ $ 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
@@ -78,6 +82,8 @@ Compile bat
 -----------
 
 $ cd bacula/src/qt-console
+$ export DEPKGS="directory above cross-tools and depkgs"
+$ ./make-win32 clean
 $ ./make-win32
 
 Cleanup