compile as C++11

c++11
Jan Huwald 2014-02-13 12:00:12 +01:00
parent 78baae599b
commit ec3743dc9a
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ cgal {
message("CGAL location: $$CGAL_DIR")
}
QMAKE_CXXFLAGS += -std=c++11
CONFIG(mingw-cross-env) {
LIBS += -lgmp -lmpfr -lCGAL
QMAKE_CXXFLAGS += -frounding-math