diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-07-29 12:45:05 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-07-29 12:45:16 (GMT) |
commit | 6e570f8ed1d8298e5fefa7becf92af01daca2fcf (patch) | |
tree | 47e94a7775cb5c94b7ce2ccbe444164183d03ebc /src/3rdparty | |
parent | 6d77428e7013c5f0d69bc86b2d265dd088e37068 (diff) | |
download | Qt-6e570f8ed1d8298e5fefa7becf92af01daca2fcf.zip Qt-6e570f8ed1d8298e5fefa7becf92af01daca2fcf.tar.gz Qt-6e570f8ed1d8298e5fefa7becf92af01daca2fcf.tar.bz2 |
compile on QNX
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h b/src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h index aabe84d..c7a5be9 100644 --- a/src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h +++ b/src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h @@ -439,7 +439,8 @@ #define HAVE_SIGNAL_H 1 #endif -#if !PLATFORM(WIN_OS) && !PLATFORM(SOLARIS) && !PLATFORM(SYMBIAN) && !COMPILER(RVCT) +#if !PLATFORM(WIN_OS) && !PLATFORM(SOLARIS) && !PLATFORM(QNX) \ + && !PLATFORM(SYMBIAN) && !COMPILER(RVCT) #define HAVE_TM_GMTOFF 1 #define HAVE_TM_ZONE 1 #define HAVE_TIMEGM 1 |