diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-08-03 16:49:33 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-08-03 16:49:33 (GMT) |
commit | 6e8975abdb6b52477a5788bca969e13e467814dd (patch) | |
tree | 947221d2f202d586f7f386c57472cc941980963f /qtools | |
parent | e305d80490e1fb2dc15eb9cf9ee13428936c8e16 (diff) | |
download | Doxygen-6e8975abdb6b52477a5788bca969e13e467814dd.zip Doxygen-6e8975abdb6b52477a5788bca969e13e467814dd.tar.gz Doxygen-6e8975abdb6b52477a5788bca969e13e467814dd.tar.bz2 |
Release-1.3.8-20040803
Diffstat (limited to 'qtools')
-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 ed00758..2b766db 100644 --- a/qtools/qglobal.h +++ b/qtools/qglobal.h @@ -132,6 +132,8 @@ #define _OS_CYGWIN_ #elif defined(__BEOS__) #define _OS_BEOS_ +#elif defined(__MINT__) +#define _OS_MINT_ #else #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com" #endif |