Qt5 instead of Qt4

And WITH_CGAL_Qt3 is OFF by default, now.
This commit is contained in:
Laurent Rineau
2015-08-03 15:06:53 +02:00
parent 714fc9092b
commit 03e82e2c87
@@ -70,7 +70,7 @@ rm -fr demo/[A-Z]*
rm -fr examples/[A-Z]*
# Somehow -DWITH_CGAL_Core=OFF is not taken into account, hence the CORE files
# are listed in the exceptions file.
QTDIR= cmake . -DBUILD_SHARED_LIBS=TRUE -DWITH_CGAL_Qt4=OFF -DWITH_CGAL_Core=OFF
cmake . -DBUILD_SHARED_LIBS=TRUE -DWITH_CGAL_Qt5=OFF -DWITH_CGAL_Core=OFF
make | grep -C 10 "No such file" || true
echo " done"
echo