diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-05-07 12:56:01 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-05-07 12:56:01 (GMT) |
commit | 64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74 (patch) | |
tree | c35eb3a8d51696f3a4cddc5f0e8d484466382833 /qtools/qglobal.h | |
parent | 08b4b96ea20ded173b851aeb452c5d3c98e08cc4 (diff) | |
download | Doxygen-64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74.zip Doxygen-64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74.tar.gz Doxygen-64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74.tar.bz2 |
Release-1.3.7
Diffstat (limited to 'qtools/qglobal.h')
-rw-r--r-- | qtools/qglobal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtools/qglobal.h b/qtools/qglobal.h index b8854c0..ed00758 100644 --- a/qtools/qglobal.h +++ b/qtools/qglobal.h @@ -130,6 +130,8 @@ #define _OS_UNIXWARE7_ #elif defined(__CYGWIN__) #define _OS_CYGWIN_ +#elif defined(__BEOS__) +#define _OS_BEOS_ #else #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com" #endif |