diff options
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 |