summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-09-19 15:03:22 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-19 15:09:05 (GMT)
commit8fe04a14b1f3688c9ce0933ebec0c28616595d93 (patch)
tree8caaafd36a9d64bf96dbe877c00756b5afd009c8 /mkspecs
parentf92fc0cdbf8ec0f760c45925e3300c6c9091f1ad (diff)
downloadQt-8fe04a14b1f3688c9ce0933ebec0c28616595d93.zip
Qt-8fe04a14b1f3688c9ce0933ebec0c28616595d93.tar.gz
Qt-8fe04a14b1f3688c9ce0933ebec0c28616595d93.tar.bz2
Resolve a number of compilation issues with INTEGRITY
First, #ifdef'ed out getpwuid_r() and getpwgid_r() usage since users/groups support is not in in single-process Posix mode. Also, correct a typo and add missing files to io.pri. Update documentation to disable libtiff which won't compile until ibtiff itself is updated, and add back -no-exceptions in the sample command line. And add a line to compile host tools. Add a dummy QT_OPEN_LARGEFILE definition in qplatformdefs.h since there is code that requires it. Move definition of getGlyph() after the definition of qHash(GlyphAndSubPixelPosition). Merge-request: 2686 Reviewed-by: ossi
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/unsupported/integrity-ghs/qplatformdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/unsupported/integrity-ghs/qplatformdefs.h b/mkspecs/unsupported/integrity-ghs/qplatformdefs.h
index 919d2cf..589b3bf 100644
--- a/mkspecs/unsupported/integrity-ghs/qplatformdefs.h
+++ b/mkspecs/unsupported/integrity-ghs/qplatformdefs.h
@@ -89,6 +89,7 @@
#define QT_TRUNCATE ::truncate
#define QT_FTRUNCATE ::ftruncate
#define QT_LSEEK ::lseek
+#define QT_OPEN_LARGEFILE 0
#endif
#ifdef QT_LARGEFILE_SUPPORT