I have these errors: CMake Error: Cannot find source file "D:/devel/lyx/trunk/src/frontends/qt4/QParagraphDialog.h"
Andre only updated autotools for his merges and I had to modify scons_manifest.py manually. Peter needs to do something for cmake. My renames update cmake so he basically needs to remove a bunch of xxxDialog.x files. It would be good to let three build systems use the same file list, e.g. $TOP_SRCDIR/MANIFEST. scons (Python) is flexible enough to read a manifest file in any format. Autotools seems to be less flexible, and I am not sure about cmake. Bo
