Changeset 846 for trunk/mkspecs/hpux-acc
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
mkspecs/hpux-acc/qmake.conf (modified) (2 diffs)
-
mkspecs/hpux-acc/qplatformdefs.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/mkspecs/hpux-acc/qmake.conf
r2 r846 26 26 27 27 MAKEFILE_GENERATOR = UNIX 28 28 29 TEMPLATE = app 29 30 CONFIG += qt warn_on release link_prl … … 77 78 QMAKE_LFLAGS_THREAD = 78 79 QMAKE_LFLAGS_NOUNDEF = -Wl,+noallowunsats 79 QMAKE_ RPATH= -Wl,+b,80 QMAKE_ = -Wl,+b, 80 81 QMAKE_HPUX_SHLIB = 1 81 82 QMAKE_EXTENSION_SHLIB = sl -
trunk/mkspecs/hpux-acc/qplatformdefs.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 80 80 #endif 81 81 82 #ifdef QT_LARGEFILE_SUPPORT 83 #define QT_STATBUF struct stat64 84 #define QT_STATBUF4TSTAT struct stat64 85 #define QT_STAT ::stat64 86 #define QT_FSTAT ::fstat64 87 #define QT_LSTAT ::lstat64 88 #define QT_OPEN ::open64 89 #define QT_TRUNCATE ::truncate64 90 #define QT_FTRUNCATE ::ftruncate64 91 #define QT_LSEEK ::lseek64 92 #else 93 #define QT_STATBUF struct stat 94 #define QT_STATBUF4TSTAT struct stat 95 #define QT_STAT ::stat 96 #define QT_FSTAT ::fstat 97 #define QT_LSTAT ::lstat 98 #define QT_OPEN ::open 99 #define QT_TRUNCATE ::truncate 100 #define QT_FTRUNCATE ::ftruncate 101 #define QT_LSEEK ::lseek 102 #endif 82 #define QT_USE_XOPEN_LFS_EXTENSIONS 83 #define QT_NO_READDIR64 84 #include "../common/posix/qplatformdefs.h" 103 85 104 #ifdef QT_LARGEFILE_SUPPORT 105 #define QT_FOPEN ::fopen64 106 #define QT_FSEEK ::fseeko64 107 #define QT_FTELL ::ftello64 108 #define QT_FGETPOS ::fgetpos64 109 #define QT_FSETPOS ::fsetpos64 110 #define QT_MMAP ::mmap64 111 #define QT_FPOS_T fpos64_t 112 #define QT_OFF_T off64_t 113 #else 114 #define QT_FOPEN ::fopen 115 #define QT_FSEEK ::fseek 116 #define QT_FTELL ::ftell 117 #define QT_FGETPOS ::fgetpos 118 #define QT_FSETPOS ::fsetpos 119 #define QT_MMAP ::mmap 120 #define QT_FPOS_T fpos_t 121 #define QT_OFF_T long 122 #endif 86 #undef QT_OPEN_LARGEFILE 87 #undef QT_SOCKLEN_T 123 88 124 #define QT_STAT_REG S_IFREG125 #define QT_STAT_DIR S_IFDIR126 #define QT_STAT_MASK S_IFMT127 #define QT_STAT_LNK S_IFLNK128 #define QT_SOCKET_CONNECT ::connect129 #define QT_SOCKET_BIND ::bind130 #define QT_FILENO fileno131 #define QT_CLOSE ::close132 #define QT_READ ::read133 #define QT_WRITE ::write134 #define QT_ACCESS ::access135 #define QT_GETCWD ::getcwd136 #define QT_CHDIR ::chdir137 #define QT_MKDIR ::mkdir138 #define QT_RMDIR ::rmdir139 89 #define QT_OPEN_LARGEFILE 0 140 #define QT_OPEN_RDONLY O_RDONLY 141 #define QT_OPEN_WRONLY O_WRONLY 142 #define QT_OPEN_RDWR O_RDWR 143 #define QT_OPEN_CREAT O_CREAT 144 #define QT_OPEN_TRUNC O_TRUNC 145 #define QT_OPEN_APPEND O_APPEND 146 147 #define QT_SIGNAL_RETTYPE void 148 #define QT_SIGNAL_ARGS int 149 #define QT_SIGNAL_IGNORE SIG_IGN 150 151 #define QT_SOCKLEN_T int 90 #define QT_SOCKLEN_T int 152 91 153 92 // presence of _XOPEN_UNIX can be used to detect HP-UX 10 or higher … … 157 96 #endif 158 97 159 160 98 #endif // QPLATFORMDEFS_H
Note:
See TracChangeset
for help on using the changeset viewer.
