diff options
Diffstat (limited to 'mkspecs/irix-cc/qplatformdefs.h')
-rw-r--r-- | mkspecs/irix-cc/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/irix-cc/qplatformdefs.h b/mkspecs/irix-cc/qplatformdefs.h index ec0797a..8666daf 100644 --- a/mkspecs/irix-cc/qplatformdefs.h +++ b/mkspecs/irix-cc/qplatformdefs.h @@ -13,7 +13,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT #include <pthread.h> #endif |