Luis Rivera <[EMAIL PROTECTED]> writes:
> Excuse me, would someone remind me of where to get the source
> code for the most recent Qt library for Windows? I dumped the
> whole thing after the last series of bugs, and I need to recompile
> the library from scratch to compile LyXWin native with Angus's patch... 
> 
> Compiling against the Qt library included in Cygwin doesn't make
> much sense to me, since that library is linked against X11...
> 
> Sorry I messed up...

Don't beat yourself up about it!

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qtwin login
  Hit Enter when asked for a password.
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qtwin checkout \
  -rQT_WIN32_3_3_BRANCH qt-3

The library must be built from a cmd.exe shell. Personally, I tend to use
the attached angus-configure.bat to build it the first time and thereafter
use angus-make.bat when I "cvs up".

HTH,
Angus

$ cat angus-configure.bat
set QTDIR=J:\MSYS\home\Angus\Qt\3x-msys
set MINGW=J:\MinGW
set PATH=%QTDIR%\bin;%MINGW%\bin;J:\MinGW\bin;c:\WINDOWS\system32;c:\WINDOWS
set QMAKESPEC=win32-g++

cd %QTDIR%
configure-mingw.bat -fast

$ cat angus-make.bat
set QTDIR=J:\MSYS\home\Angus\Qt\3x-msys
set MINGW=J:\MinGW
set PATH=%QTDIR%\bin;%MINGW%\bin;J:\MinGW\bin;c:\WINDOWS\system32;c:\WINDOWS
set QMAKESPEC=win32-g++

cd %QTDIR%
mingw32-make symlinks src-qmake src-moc sub-src sub-tools


Reply via email to