Fixed problem with uncaught boost::filesystem exceptions. The g++ optimizer did something evil...

This commit is contained in:
lotodore
2008-03-09 21:06:31 +00:00
parent cf085939e9
commit e7dd1adfbf
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -291,6 +291,11 @@ win32{
DEPENDPATH += src/net/linux/ src/core/linux
}
unix{
# workaround for problems with boost_filesystem exceptions
QMAKE_LFLAGS += -no_dead_strip_inits_and_terms
}
unix: !mac{
LIBPATH += lib
+5
View File
@@ -144,6 +144,11 @@ win32 {
SOURCES += src/core/linux/convhelper.cpp
}
unix {
# workaround for problems with boost_filesystem exceptions
QMAKE_LFLAGS += -no_dead_strip_inits_and_terms
}
unix : !mac {
LIBPATH += lib