Fix build errors with OpenCascade 6.6.0
This commit is contained in:
parent
5467ff633f
commit
af1de1c9cf
@ -74,6 +74,7 @@ contains(DATAX, stl) {
|
|||||||
# libSupport
|
# libSupport
|
||||||
HAS_SUPPORT = $$find(DATAX, support)
|
HAS_SUPPORT = $$find(DATAX, support)
|
||||||
!isEmpty(HAS_SUPPORT) {
|
!isEmpty(HAS_SUPPORT) {
|
||||||
|
HEADERS += ../src/c/support/support_global.h
|
||||||
dll:DEFINES *= FOUG_LIBSUPPORT_DLL \
|
dll:DEFINES *= FOUG_LIBSUPPORT_DLL \
|
||||||
FOUG_LIBSUPPORT_MAKE_DLL
|
FOUG_LIBSUPPORT_MAKE_DLL
|
||||||
support_inc.path = $$PREFIX_DIR/include/datax/c/support
|
support_inc.path = $$PREFIX_DIR/include/datax/c/support
|
||||||
@ -105,6 +106,7 @@ contains(DATAX, occ_support) {
|
|||||||
!win32:DEFINES *= HAVE_CONFIG_H \
|
!win32:DEFINES *= HAVE_CONFIG_H \
|
||||||
HAVE_FSTREAM \
|
HAVE_FSTREAM \
|
||||||
HAVE_IOSTREAM \
|
HAVE_IOSTREAM \
|
||||||
|
HAVE_IOMANIP \
|
||||||
HAVE_LIMITS_H
|
HAVE_LIMITS_H
|
||||||
|
|
||||||
HEADERS += ../src/c/support/occ_libstl.h
|
HEADERS += ../src/c/support/occ_libstl.h
|
||||||
|
Loading…
Reference in New Issue
Block a user