Enrico Forestieri wrote:
On Thu, Aug 24, 2006 at 04:28:04PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
[...]
In the meantime I simply copied the Qt3Support header files to
the installation dir and reissued "make". Compilation is going
on smoothly until now.
Ah... then it was a Qt4 installation problem then :-0.
;-)
When using -no-qt3support, the Qt3Support library is not built and
its header files are not installed.
Maybe the ui files have something specific to qt3?
Maybe... I don't know if my local Qt4 was compiled with -no-qt3support,
I guess not.
I think this not a big deal, but LyX/Qt4 is not really Qt3Support free ;-)
On my system it really is... Grepping for Q3 and Qt3 gives absolutely
nothing:
[EMAIL PROTECTED] /cygdrive/d/devel/lyx/trunk/src/frontends/qt4
$ grep -r Q3 *
ChangeLog: All the dialogs have been ported but there still some
Q3xxx obje
cts.
[EMAIL PROTECTED] /cygdrive/d/devel/lyx/trunk/src/frontends/qt4
$ grep -r Qt3 *
ChangeLog: * qttableview.h: fixes for Qt3
[EMAIL PROTECTED] /cygdrive/d/devel/lyx/trunk/src/frontends/qt4
$
Abdel.