Op 14-5-2013 22:00, Julien Rioux schreef:
On 14/05/2013 10:10 AM, Stephan Witt wrote:
This breaks the compilation of tex2lyx:
In file included from
/Users/stephan/git/lyx/src/tex2lyx/../Lexer.cpp:23:
/Users/stephan/git/lyx/src/tex2lyx/../support/gzstream.h:35:18:
error: QtCore: No such file or directory
Stephan
Master is still not compilable here, I need the patch below to be able
to compile.Is this the correct fix?
commit 442907e29a2b9ff89f1bce1fac85a4e789f5e00d
Author: Julien Rioux <jri...@lyx.org>
Date: Tue May 14 21:53:08 2013 +0200
Compilation fix.
diff --git a/src/frontends/qt4/GuiAbout.cpp
b/src/frontends/qt4/GuiAbout.cpp
index ae9a2a3..09834d4 100644
--- a/src/frontends/qt4/GuiAbout.cpp
+++ b/src/frontends/qt4/GuiAbout.cpp
@@ -23,6 +23,7 @@
#include "support/Package.h"
#include <QDate>
+#include <QFile>
#include <QTextStream>
using namespace lyx::support;
Yes, that is correct. I fixed this.
Vincent