|
From: Erik B. <do...@us...> - 2004-10-02 07:02:45
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv454 Modified Files: Tag: pre_v5_0_dev2 ChangeLog Log Message: Removed QT_VERSION checks for Qt versions that we no longer support Qt 2.x/3.0.x. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.2.2.4 retrieving revision 1.1.2.2.2.5 diff -u -d -r1.1.2.2.2.4 -r1.1.2.2.2.5 --- ChangeLog 2 Oct 2004 06:10:30 -0000 1.1.2.2.2.4 +++ ChangeLog 2 Oct 2004 07:02:33 -0000 1.1.2.2.2.5 @@ -6,6 +6,8 @@ + Update INSTALL to reflect new minimum automake 1.7 requirement for Makefile.dist users. + Exclude MOC output files m_*.cpp from Doxygen processing. ++ Removed QT_VERSION checks that for versions of Qt that we no longer + support (Qt 2.x, 3.0.x) to improve code readability/maintainability. dohpaZ (10/1/04) ------------------------ |