Hello Peter!
Download 'lyx-windows-deps-msvc-qt4.zip' from
http://lyx.mirror.fr/index2.php?pwd=%2Fcontrib
extract it, e.g to c:\lyx-windows-deps-msvc-qt4
Add the path to qmake:
set PATH=c:\lyx-windows-deps-msvc-qt4\qt-4\bin;%PATH%
call cmake from a build folder on the same level as trunk:
cmake ..\trunk\development\cmake -DWINDEPS=1
That's it, msvc project files are generated which
fully support the debugger.
i tried the cmake thing, but an attempt to build lyx from the created lyx-qt4.sln with msvc produced
the following error:
Compiling...
version.C
.\version.C(22) : fatal error C1010: unexpected end of file while looking for precompiled header.
Did you forget to add '#include "config.h"' to your source?
am i doing something wrong?
Bernhard