From af1de1c9cf9f15926a5871e31ed2a849d11f1367 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 28 May 2013 17:06:53 +0200 Subject: [PATCH] Fix build errors with OpenCascade 6.6.0 --- qmake.build/foug_datax.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qmake.build/foug_datax.pro b/qmake.build/foug_datax.pro index 4a17e1e..0f3733b 100644 --- a/qmake.build/foug_datax.pro +++ b/qmake.build/foug_datax.pro @@ -74,6 +74,7 @@ contains(DATAX, stl) { # libSupport HAS_SUPPORT = $$find(DATAX, support) !isEmpty(HAS_SUPPORT) { + HEADERS += ../src/c/support/support_global.h dll:DEFINES *= FOUG_LIBSUPPORT_DLL \ FOUG_LIBSUPPORT_MAKE_DLL support_inc.path = $$PREFIX_DIR/include/datax/c/support @@ -103,9 +104,10 @@ contains(DATAX, occ_support) { linux-*:DEFINES *= LIN LININTEL OCC_CONVERT_SIGNALS *-64:DEFINES *= _OCC64 !win32:DEFINES *= HAVE_CONFIG_H \ - HAVE_FSTREAM \ - HAVE_IOSTREAM \ - HAVE_LIMITS_H + HAVE_FSTREAM \ + HAVE_IOSTREAM \ + HAVE_IOMANIP \ + HAVE_LIMITS_H HEADERS += ../src/c/support/occ_libstl.h SOURCES += ../src/c/support/occ_libstl.cpp