]> git.lyx.org Git - features.git/commitdiff
fix typo
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 3 Dec 2004 19:56:32 +0000 (19:56 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 3 Dec 2004 19:56:32 +0000 (19:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9339 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/Makefile.am
src/frontends/qt2/ui/Makefile.am

index 5ff7f433b4c35419a3658b73b7c9965228065157..c357d95216dfd27ad5bc72c9d826ab2ac7113486 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am, ui/Makefile.am (AM_CPPFLAGS): fix typo
+
 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * QTabular.C: use size_t-like types for cell, row and column indices
@@ -5,13 +9,13 @@
 2004-12-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lengthvalidator.C: revert to correct if clause.
-       
+
        * QDocument.C:
        * QDocumentDialog.C:
        * QTabular.C:
        * QTabularDialog.C:
        * QPrefs.C: implement length validators
-       
+
        * QExternalDialog.C:
        * QGraphicsDialog.C: chose correct validators
 
@@ -23,7 +27,7 @@
        * QGraphicsDialog.C: use new member function. Add length
        validator
        * QBox.C:
-       * QBoxDialog.C: Add length validator 
+       * QBoxDialog.C: Add length validator
 
 2004-11-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
index 94a381feb4ffcfafc81c9a29f5db7427fad485a1..ccfb657559cd3e40362a797d37280a64e7e70842 100644 (file)
@@ -12,7 +12,7 @@ libqt2_la_LIBADD = $(QT_LIB) ui/*.lo moc/*.lo ui/moc/*.lo
 
 AM_CPPFLAGS = \
        -DQT_CLEAN_NAMESPACE \
-       -DQT_GENUINE_STR
+       -DQT_GENUINE_STR \
        -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
        -I$(top_srcdir)/images \
        $(QT_INCLUDES) $(BOOST_INCLUDES) \
index 4bb4458bee522bda4eddf64c9102be63aa0058b1..b3c5e1f6c1265167c23be7929dcfe265b3914a44 100644 (file)
@@ -10,7 +10,7 @@ EXTRA_DIST = QPreambleDialogBase.ui $(UIFILES)
 AM_CPPFLAGS = \
        -DQT_CLEAN_NAMESPACE \
        -DQT_GENUINE_STR \
-       -DQT_NO_TRANSLATION
+       -DQT_NO_TRANSLATION \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/frontends \
        -I$(top_srcdir)/src/frontends/qt2 \