From fcdf5270c15e4788588d1b0c0ed1a17e2c197bcc Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 10 Sep 2008 10:10:49 +0000 Subject: [PATCH] Rename: - CGAL_IMAGEIO to CGAL_ImageIO, - QT to Qt3, and add Qt4. --- Testsuite/test/collect_cgal_testresults_from_cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Testsuite/test/collect_cgal_testresults_from_cmake b/Testsuite/test/collect_cgal_testresults_from_cmake index b2e996fe512..48a71bbd1e0 100755 --- a/Testsuite/test/collect_cgal_testresults_from_cmake +++ b/Testsuite/test/collect_cgal_testresults_from_cmake @@ -254,9 +254,10 @@ parse_flags_and_third_party_choices parse_lib_building_results "libCGALCore" "CGAL_CORE" parse_lib_building_results "libCGAL" "CGAL" -parse_lib_building_results "libCGALimageIO" "CGAL_IMAGEIO" +parse_lib_building_results "libCGALimageIO" "CGAL_ImageIO" parse_lib_building_results "libCGALPDB" "CGAL_PDB" -parse_lib_building_results "libCGALQt" "CGAL_QT" +parse_lib_building_results "libCGALQt" "CGAL_Qt3" +parse_lib_building_results "libCGALQt4" "CGAL_Qt4" for DIR in $TEST_DIRECTORIES ; do if [ -d $DIR ] ; then