get qt2 compiling again. Won't link lyx for me though :(

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2004 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2001-05-17 08:59:04 +00:00
parent d9737c9560
commit 97c5ea56cf
6 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,15 @@
2001-05-17 Allan Rae <rae@lyx.org>
* FormCharacter.C:
* FormCopyright.C:
* FormCredits.C:
* FormSearch.C: gettext went missing but is back gain now _().
* Makefile.am: ButtonController is now ButtonControllerBase.
It now compiles but it won't link lyx on my system. Complaints about
not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
are all present and accounted for by ldconfig. YMMV.
2001-05-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
* FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft

View File

@ -8,6 +8,7 @@
#include <config.h>
#include "gettext.h"
#include "chardlgimpl.h"
#include "FormCharacter.h"
#include "bufferview_funcs.h"

View File

@ -17,7 +17,7 @@
#include <config.h>
#include "gettext.h"
#include "FormCopyrightDialogImpl.h"
#include <qlabel.h>
#include <qpushbutton.h>

View File

@ -14,6 +14,7 @@
#include <config.h>
#include "gettext.h"
#include "FormCreditsDialogImpl.h"
#include <qtextview.h>
#include <qpushbutton.h>

View File

@ -8,6 +8,7 @@
#include <config.h>
#include "gettext.h"
#include "searchdlgimpl.h"
#include "FormSearch.h"
#include "Dialogs.h"

View File

@ -34,7 +34,7 @@ LYXDATADIRS = dlg
DISTCLEANFILES = $(BUILTSOURCES) *.orig *.rej *~ *.bak core
libqt2_la_OBJADD = \
../controllers/ButtonController.lo \
../controllers/ButtonControllerBase.lo \
../xforms/combox.lo \
../xforms/Color.lo \
../xforms/FormBaseDeprecated.lo \
@ -88,7 +88,7 @@ libqt2_la_OBJADD = \
LIBS=
LDFLAGS= $(libqt2_la_OBJADD)
ETAGS_ARGS = --lang=c++
libqt2_la_SOURCES = \
$(BUILTSOURCES) \
Dialogs.C \